Top "Pinax" questions

Pinax is an open-source platform built on the Django Web Framework.

Django admin model Inheritance is it possible?

Is inheritance possible in admin Models ? Like For Example consider the following , File : models.py class AbstractModel ( models.Model ): # Meta …

python django django-models django-admin pinax
Nginx , SImple configuration for serving all the files in a Directory and all the directories within

I am looking for a simple configuration to serve all files and directories inside a particular folder. To be more …

django nginx pinax static-files
Error with Django User : "AttributeError: 'User' object has no attribute 'get' "

I've just started Django and Python 50 hours ago ;-) so this might be an easy one but I am stuck. …

django django-forms pinax