api(minor): start with api v2

This commit is contained in:
Langhammer, Jens
2019-10-28 14:07:53 +01:00
parent feb80049aa
commit 543e949a48
8 changed files with 181 additions and 101 deletions

11
hack/up.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash -x
# macos specific setting, for some reason
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
export DEBUG=false
export POSTGRES_USER=postgres
# ./manage.py generate_swagger > storhappy-ui/swagger.json
uwsgi docker/uwsgi.ini