Skip to content
Snippets Groups Projects
Commit 7064a535 authored by Lars Beckers's avatar Lars Beckers
Browse files

Add script for database structure creation

parent 66a29b86
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
import lehrpreis
with lehrpreis.app.app_context():
lehrpreis.db.create_all()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment