@ -5,4 +5,5 @@ app/db.sqlite3
!data/
!tests/
!tools/
!.flake8
!requirements.txt
@ -0,0 +1,3 @@
[flake8]
filename = app/*
max-line-length = 120
@ -6,6 +6,7 @@ django-widget-tweaks==1.4.2
djangorestframework==3.8.2
djangorestframework-filters==0.10.2
Faker==0.8.8
flake8==3.6.0
gunicorn==19.9.0
mixer==6.1.3
psycopg2==2.7.5
@ -2,6 +2,7 @@
set -o errexit
flake8
python app/manage.py migrate
python app/manage.py collectstatic
python app/manage.py test server.tests