Changeset 7599 for django/trunk/docs/django-admin.txt
- Timestamp:
- 06/08/08 13:38:36 (7 months ago)
- Files:
-
- django/trunk/docs/django-admin.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/django-admin.txt
r7594 r7599 129 129 line; if not supplied, ``createsuperuser`` will prompt for them when 130 130 running interactively. 131 132 This command is only available if Django's `authentication system`_ 133 (``django.contrib.auth``) is installed. 134 135 .. _authentication system: ../authentication/ 131 136 132 137 diffsettings
