Django

Code

Show
Ignore:
Timestamp:
06/08/08 13:38:36 (7 months ago)
Author:
jacob
Message:

Added a note about manage.py createsuperuser requiring django.contrib.auth. Thanks, Alex Gaynor

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/django-admin.txt

    r7594 r7599  
    129129line; if not supplied, ``createsuperuser`` will prompt for them when 
    130130running interactively. 
     131 
     132This command is only available if Django's `authentication system`_ 
     133(``django.contrib.auth``) is installed. 
     134 
     135.. _authentication system: ../authentication/ 
    131136 
    132137diffsettings