Write some stuff in the readme

Also make a package.json for npm deps
This commit is contained in:
Jan Tuomi
2017-05-21 22:56:28 +03:00
parent 1410c2e2a5
commit bd94ab8e33
3 changed files with 99 additions and 33 deletions
+1
View File
@@ -50,6 +50,7 @@ then
fi
(set -x; pip install -r requirements.txt)
(set -x; npm install)
(set -x; python manage.py migrate)
(set -x; python manage.py createdefaultadmin)