close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jul 30, 2009, 6:02:30 PM (14 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
76 | 76 | }}} |
77 | 77 | |
| 78 | === Django Administration === |
| 79 | '''Dump data in database''' (assumes settings is in production skin directory) |
| 80 | {{{ |
| 81 | python manage.py dumpdata --python-path=.. --settings=production.settings |
| 82 | }}} |
78 | 83 | |
79 | 84 | |
| 85 | |