Django

Code

Changeset 4425

Show
Ignore:
Timestamp:
01/24/07 18:53:30 (2 years ago)
Author:
adrian
Message:

Fixed #3302 -- Added small note to docs/django-admin.txt about ordering of initial-data SQL files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/django-admin.txt

    r4420 r4425  
    254254tables with any necessary initial records, SQL functions or test data. 
    255255 
     256Note that the order in which the SQL files are processed is undefined. 
     257 
    256258sqlreset [appname appname ...] 
    257259-------------------------------------- 
     
    381383    django-admin.py syncdb --verbosity=2 
    382384 
    383 Verbosity determines the amount of notification and debug information that  
     385Verbosity determines the amount of notification and debug information that 
    384386will be printed to the console. '0' is no output, '1' is normal output, 
    385387and `2` is verbose output.