Ticket #3302: initialsqldoc.diff
File initialsqldoc.diff, 499 bytes (added by , 18 years ago) |
---|
-
docs/django-admin.txt
253 253 table-creation statements have been executed. Use this SQL hook to populate 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 -------------------------------------- 258 260