[Flask] Simple ERP for a farm.
Test db in config.
config.py
@@ -5,5 +5,5 @@
5
5
SECRET_KEY = "Scooby_Lu,_where_are_you?"
6
6
7
7
8
Removed:
SQLALCHEMY_DATABASE_URI = "sqlite:///" + "fapg.db"
8
Added:
SQLALCHEMY_DATABASE_URI = "sqlite:///" + "test.db"
9
9
SQLALCHEMY_TRACK_MODIFICATIONS = True