making changes to build please using vagrant/ansible after dj18 and postdj18 merged

pull/1/head
Raymond Yee 2016-09-07 10:17:24 -07:00
parent 5716e04cd6
commit 11b975be67
5 changed files with 2831 additions and 906 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
vagrant/Vagrantfile vendored
View File

@ -30,7 +30,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
"-e class=please",
"-e hostname=please.unglue.it",
"-e setdns=true",
"-e branch=master"
"-e branch=dj18postdj18"
]
end

View File

@ -84,6 +84,7 @@
- python-dev
- postfix
- mailutils
- libffi-dev
tags: install
- name: make {{user}} group
@ -432,7 +433,7 @@
command: /etc/init.d/celerybeat start
sudo: no
# - name: just after attempt to launch celerybeat
# - name: just after attempt to launch celerybloeat
# pause: prompt='Press return to continue. Press Ctrl+c and then "a" to abort'
# run data loading script

View File

@ -7,5 +7,5 @@ export DJANGO_SETTINGS_MODULE=regluit.settings.please
sysadmin/drop_tables.sh | django-admin.py dbshell
cat test/campaign_starter.sql | django-admin.py dbshell
django-admin.py migrate default 0001 --fake
django-admin.py syncdb --migrate --noinput
django-admin.py makemigrations
django-admin.py migrate --fake-initial --noinput