- Timestamp:
- Sep 30, 2008, 9:19:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r6314 r6319 17 17 init: 18 18 #Re-init database 19 @ ./sampleserver/manage.py syncdb --pythonpath=`pwd`19 @echo "no" | ./sampleserver/manage.py syncdb --pythonpath=`pwd` 20 20 21 21 debug-init: … … 30 30 #Fresh start, with new datebase which include debugging code 31 31 32 batch: dist-clean init debug-init run 33 #Intended usage for batch runs only e.g. no debug server 34
Note:
See TracChangeset
for help on using the changeset viewer.