Closed angerrp closed 4 years ago
Main changes are listed below. See #24
decafConfig.py
virtualenv
bootstrap.sql
db.py
models.py
Closes #24
@etimoz Thanks so much!
Main changes are listed below. See #24
Changes:
Removed:
decafConfig.py
-> config not needed with SQLitevirtualenv
from Dockerfile -> no need because dockerizedAdded:
bootstrap.sql
for dummy datadb.py
to create schema and ability to populate bootstrap dataChanged:
models.py
Closes #24