forked from gergely/calendar-social
5 lines
111 B
Python
5 lines
111 B
Python
DEBUG = True
|
|
ENV = 'dev'
|
|
SQLALCHEMY_DATABASE_URI = 'sqlite:///local.db'
|
|
SQLALCHEMY_TRACK_MODIFICATIONS = False
|