Changeset 4425
- Timestamp:
- 01/24/07 18:53:30 (2 years ago)
- Files:
-
- django/trunk/docs/django-admin.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/django-admin.txt
r4420 r4425 254 254 tables with any necessary initial records, SQL functions or test data. 255 255 256 Note that the order in which the SQL files are processed is undefined. 257 256 258 sqlreset [appname appname ...] 257 259 -------------------------------------- … … 381 383 django-admin.py syncdb --verbosity=2 382 384 383 Verbosity determines the amount of notification and debug information that 385 Verbosity determines the amount of notification and debug information that 384 386 will be printed to the console. '0' is no output, '1' is normal output, 385 387 and `2` is verbose output.
