Changeset 5405
- Timestamp:
- 06/01/07 05:11:43 (1 year ago)
- Files:
-
- django/trunk/docs/django-admin.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/django-admin.txt
r5039 r5405 404 404 give you the option of creating a superuser immediately. 405 405 406 ``syncdb`` will also search for and install any fixture named ``initial_data``. 407 See the documentation for ``loaddata`` for details on the specification of 408 fixture data files. 406 ``syncdb`` will also search for and install any fixture named ``initial_data`` 407 with an appropriate extension (e.g. ``json`` or ``xml``). See the 408 documentation for ``loaddata`` for details on the specification of fixture 409 data files. 409 410 410 411 test
