migrations

This commit is contained in:
2018-03-15 12:42:13 +01:00
parent 29e19deebc
commit 25001e38c9
419 changed files with 44849 additions and 2142 deletions

View File

@@ -9,7 +9,7 @@ FROM aldryn/base-project:py3-3.23
# </DOCKER_FROM>
# <PROJECT>
ENV PYTHONPATH /app/src:$PYTHONPATH
ENV PYTHONPATH=/app/src:$PYTHONPATH
# </PROJECT>
# <NODE>