making changes to build please using vagrant/ansible after dj18 and postdj18 merged
parent
5716e04cd6
commit
11b975be67
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue