Skip to content

Commit

Permalink
fix using the hardcoded path
Browse files Browse the repository at this point in the history
  • Loading branch information
fuji246 committed Dec 1, 2012
1 parent 111a88b commit f4a4f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bbb_django/migrate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

sudo /home/jeromy/dev/bbb_python/env/bin/python manage.py schemamigration bbb --auto
sudo /home/jeromy/dev/bbb_python/env/bin/python manage.py migrate bbb
sudo `which python` manage.py schemamigration bbb --auto
sudo `which python` manage.py migrate bbb

0 comments on commit f4a4f96

Please sign in to comment.