~chipaca/unity-lens-video/custom-user-agent

« back to all changes in this revision

Viewing changes to resetdb.sh

  • Committer: Janos Gyerik
  • Date: 2012-05-21 18:31:58 UTC
  • Revision ID: janos@axiom-20120521183158-kvtqzuo6yhe3mdzq
added example configuration for logging to file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
./scripts/dumpdata.sh
4
 
echo 'drop table main_oneliner;' | ./manage.py dbshell
5
 
./manage.py syncdb
6
 
./scripts/loaddata.sh
7
 
 
8
 
# eof