Merge branch 'zemal_dev' into 2.0

This commit is contained in:
zema1 2017-12-03 21:00:25 +08:00
commit 43aeca29f6

View File

@ -11,7 +11,7 @@ install:
- pip install -r deploy/requirements.txt
- cp oj/custom_settings.example.py oj/custom_settings.py
- echo "SECRET_KEY=\"`cat /dev/urandom | head -1 | md5sum | head -c 32`\"" >> oj/custom_settings.py
- python manage.py migrate
- sleep 10 && python manage.py migrate
script:
- docker ps -a
- flake8 .