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/> 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 |