We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4d34f commit 1378639Copy full SHA for 1378639
app.py
@@ -7,8 +7,9 @@
7
from views import yoloapi
8
from OpenSSL import SSL
9
10
+
11
def create_app(settings_override=None):
- """
12
+ """
13
Method for creating and initializing application.
14
15
:param settings_override: Dictionary of settings to override.
settings.py
@@ -0,0 +1,2 @@
1
+SQLALCHEMY_DATABASE_URI = 'sqlite:///db.sqlite'
2
+DEBUG = True
0 commit comments