Changeset 4818
- Timestamp:
- 03/25/07 13:09:43 (2 years ago)
- Files:
-
- django/trunk/docs/django-admin.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/django-admin.txt
r4804 r4818 343 343 ``<appname>/sql/<modelname>.sql``, where ``<appname>`` is the given appname and 344 344 ``<modelname>`` is the model's name in lowercase. For example, if you have an 345 app ``news`` that includes a ``Story`` model, ``sql initialdata`` will attempt345 app ``news`` that includes a ``Story`` model, ``sqlcustom`` will attempt 346 346 to read a file ``news/sql/story.sql`` and append it to the output of this 347 347 command.
