On 5/9/07, Ben Schwarze <[EMAIL PROTECTED]> wrote: > > Hi Kabads, > > you need to add "django.contrib.admin" to your installed apps in > settings: > > E.g.: > > INSTALLED_APPS = ( > 'django.contrib.admin', > 'django.contrib.auth', > 'django.contrib.contenttypes', > 'django.contrib.sessions', > 'django.contrib.sites', > ) > > Afterwards you should run "python manage.py syncdb" again. This will > prompt you to create a superuser. > > Cheers, > Ben > If you don't want to use admin, you should just install django.contrib.auth, it's enough.
-- I like python! UliPad <<The Python Editor>>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

