Skip to content
Snippets Groups Projects
Commit 2e804121 authored by Andreas Valder's avatar Andreas Valder
Browse files

Merge branch 'master' of git.fsmpi.rwth-aachen.de:videoagwebsite/videoagwebsite

parents 84dda40b 9c24a5ba
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ if config['DB_ENGINE'] == 'sqlite':
if config['SQLITE_INIT_SCHEMA']:
cur.executescript(open(config['DB_SCHEMA']).read())
if config['SQLITE_INIT_DATA'] and created:
cur.executescript(open(config['db_data']).read())
cur.executescript(open(config['DB_DATA']).read())
db.commit()
db.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment