Initial client

This commit is contained in:
2014-10-23 14:45:21 +02:00
parent bf7d40e098
commit 0e1a642aef
5 changed files with 94 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
class Config(object):
DEBUG=True
class Development(Config):
STORAGE_PATH='/Volumes/PROJECTS/storage'