PyLint happiness (again)

This commit is contained in:
2018-07-25 21:19:27 +02:00
parent b9c037f914
commit 7cd2156cfc
3 changed files with 7 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ REGISTRATION_ENABLED = True
DEFAULT_TIMEZONE = 'Europe/Budapest'
DEBUG = False
TESTING=True
TESTING = True
SQLALCHEMY_DATABASE_URI = 'sqlite:///'
SQLALCHEMY_TRACK_MODIFICATIONS = False
SECRET_KEY = 'WeAreTesting'