First commit - databasbaserat system snarare än filer

Kvar att göra:
Hantera foton
Putsa på interface
This commit is contained in:
2017-05-18 08:38:00 +02:00
commit d2fc9d6349
13 changed files with 674 additions and 0 deletions

3
run.py Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env python3
from app import app
app.run(debug=True)