Thomas Lovén d2fc9d6349 First commit - databasbaserat system snarare än filer
Kvar att göra:
Hantera foton
Putsa på interface
2017-05-18 08:38:00 +02:00

4 lines
63 B
Python
Executable File

#!/usr/bin/env python3
from app import app
app.run(debug=True)