Re: creating a super user

2006-08-14 Thread Bryan Chow
Hi Yun, Make sure that 'django.contrib.admin' is in INSTALLED_APPS in your project's settings.py file. Hope this helps. Bryan On 8/14/06, yun <[EMAIL PROTECTED]> wrote: > I'm currently working through the tutorial using the lastest > development verison of django, downloaded from

Re: creating a super user

2006-08-14 Thread limodou
On 8/15/06, yun <[EMAIL PROTECTED]> wrote: > > I'm currently working through the tutorial using the lastest > development verison of django, downloaded from subversion. I've > installed django on an Ubuntu 6.06 linux box, and was wondering why I > wasn't prompted to create a super user account

creating a super user

2006-08-14 Thread yun
I'm currently working through the tutorial using the lastest development verison of django, downloaded from subversion. I've installed django on an Ubuntu 6.06 linux box, and was wondering why I wasn't prompted to create a super user account when I first tryed '>manage.py syncdb'. I ask, because