summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2013-03-13 21:06:19 +0100
committerMichael DeHaan <michael.dehaan@gmail.com>2013-03-13 21:06:45 +0100
commitb97193e6a04fc47b8c9733ef3a475f4a7fbeb53d (patch)
treedabf1286515b9847ffe526f2f6a86d682dd63af7 /Makefile
parentUpdated pip requirements. (diff)
downloadawx-b97193e6a04fc47b8c9733ef3a475f4a7fbeb53d.tar.xz
awx-b97193e6a04fc47b8c9733ef3a475f4a7fbeb53d.zip
Pull requirements from pip so we get later things on CentOS 6, etc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 49453dc830..2d98d87b23 100644
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,15 @@ clean:
rebase:
git pull --rebase origin master
+push:
+ git push
+
zero:
+ # go back to original database state, be careful!
python manage.py migrate main zero
setup:
+ # use ansible to ansible ansible commander locally
ansible-playbook app_setup/setup.yml --verbose -i "127.0.0.1," -c local -e working_dir=`pwd`
syncdb:
@@ -20,8 +25,8 @@ runserver:
# already done and should not have to happen again:
#
-south_init:
- python manage.py schemamigration main --initial
+#south_init:
+# python manage.py schemamigration main --initial
dbchange:
# run this each time we make changes to the model