Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-02-15 08:05:12 +01:00
parent 5b3d7fcf2c
commit 8af7ac8af4
71 changed files with 19992 additions and 19476 deletions

View File

@@ -17,7 +17,7 @@ database_url = 'mysql://{user}:{password}@{host}:{port}/{database_name}'.format(
database_name=database_name,
host=host,
port=port,
)
)
if settings.DEBUG or user=='':
if settings.DEBUG or user == '':
database_url = 'sqlite:///db.sqlite3'