Creating a simple polls app using django nonrel

posted Jun 3, 2011 9:22 PM by Ricardo Escalon   [ updated Jun 3, 2011 11:54 PM ]
An extremely short summary of the things I learnt from following the tutorial in the doc of the django nonrel
Create an app in your project by running the command:

C:\python manage.py startapp <app name/>

Add the app to your INSTALLED_APPS

To get dbindexer working you have to define a dbindex.py file and create standard look up for it, you don't have to go all the way down to the year

Make sure you uncomment the auth app and you've got the authorisation middleware

Be sure to enter "admin/"

Some of the filters and searches are not supported