Changeset 9401
- Timestamp:
- 11/12/08 05:48:57 (2 months ago)
- Files:
-
- django/trunk/docs/howto/initial-data.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/howto/initial-data.txt
r9355 r9401 78 78 ------------------------------------------- 79 79 80 If you create a fixture named ``initial_data.[xml/y ml/json]``, that fixture will80 If you create a fixture named ``initial_data.[xml/yaml/json]``, that fixture will 81 81 be loaded every time you run :djadmin:`syncdb`. This is extremely convenient, 82 82 but be careful: remember that the data will be refreshed *every time* you run
