SQLite compatibility

This commit is contained in:
Yax
2015-05-04 20:01:47 +02:00
parent 612fb85fa3
commit 809d46730e
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
DEBUG = True
DB_URL = "mysql://stacosys_user:stacosys_password@localhost:3306/stacosys"
#DB_URL = "mysql://stacosys_user:stacosys_password@localhost:3306/stacosys"
DB_URL = "sqlite:///db.sqlite"
HTTP_ADDRESS = "0.0.0.0"
HTTP_PORT = 8000