Changeset 2229
- Timestamp:
- 02/01/06 23:15:32 (3 years ago)
- Files:
-
- django/trunk/docs/faq.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/faq.txt
r2204 r2229 343 343 ----------------------------------------------------------- 344 344 345 If you don't care about clearing data, just pipe the output of the346 appropriate ``django-admin.py sqlreset`` command into your database's 347 command-line utility.For example::345 If you don't mind clearing data, just pipe the output of the appropriate 346 ``django-admin.py sqlreset`` command into your database's command-line utility. 347 For example:: 348 348 349 349 django-admin.py sqlreset appname | psql dbname
