Ticket #4370: django-admin.diff
File django-admin.diff, 764 bytes (added by , 17 years ago) |
---|
-
docs/django-admin.txt
403 403 If you're installing the ``django.contrib.auth`` application, ``syncdb`` will 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 file extension (e.g. .xml, .json). See the documentation for 408 ``loaddata`` for details on the specification of fixture data files. 409 409 410 410 test 411 411 ----