On Wed, Apr 29, 2009 at 09:34:55AM -0700, Jordash wrote: > How would I go about creating a super user?
What I would do is use Google to search the Web for "django create superuser": <http://lmgtfy.com/?q=django+create+superuser> and follow the link to the very first result: <http://docs.djangoproject.com/en/1.0/ref/django-admin/> Or see the in-built help for the Django management utility or the manage.py by running: django-admin.py help or manage.py help Or, assuming you're on a UNIX-like operating system such as GNU/Linux or Apple Mac OS X, check the man page for the admin util: man django-admin.py You need to run either: manage.py createsuperuser or: django-admin.py createsuperuser -- Phil Mocek --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---