Re: admin page doesn't show tables when models.py is in the project dir

2006-09-20 Thread Malcolm Tredinnick
On Wed, 2006-09-20 at 10:19 +0200, Benedict Verheyen wrote: > Hi, > > i started a project and since i don't have any 'apps' for that project > i decided to > add the models.py to the main project directory so next to > settings.py. > I added the main project directory to the INSTALLED_APPS in > s

Re: [SOLVED] admin page doesn't show tables when models.py is in the project dir

2006-09-20 Thread Benedict Verheyen
Found it, i forgot to add this to the models:    class Admin:    passSolved now,Thanks,Benedict --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-use

admin page doesn't show tables when models.py is in the project dir

2006-09-20 Thread Benedict Verheyen
Hi,i started a project and since i don't have any 'apps' for that project i decided toadd the models.py to the main project directory so next to settings.py.I added the main project directory to the INSTALLED_APPS in settings.py and python manage.py syncdb ran ok.The tables are made and via python