We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e955c commit 3f1cd6aCopy full SHA for 3f1cd6a
db_create.py
@@ -0,0 +1,7 @@
1
+from tvseries.core import app, db
2
+
3
+db.app = app
4
+db.create_all()
5
6
+print("Database created...")
7
0 commit comments