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 da48c99 commit 23b5836Copy full SHA for 23b5836
manage.py
@@ -0,0 +1,7 @@
1
+from flask_script import Manager
2
+from tvseries.core import app
3
+
4
+manager = Manager(app)
5
6
+if __name__ == "__main__":
7
+ manager.run()
requirements.txt
@@ -1,2 +1,3 @@
Flask==0.11.1
+Flask-Script==2.0.5
pytest-flask==0.10.0
run.py
0 commit comments