We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7051d4a commit 7bbf91fCopy full SHA for 7bbf91f
apiflaskdemo/settings.py
@@ -7,5 +7,5 @@
7
ENV = "development"
8
SECURITY_PASSWORD_SALT = 'ultra-secreto'
9
SECRET_KEY = "eaee87a94dc51d5412e4ed53a585cec2c92256f305ca8b41348c159adf4f045c"
10
-SQLALCHEMY_DATABASE_URI = 'sqlite:///db.alumnos.sql'
+SQLALCHEMY_DATABASE_URI = 'sqlite://'
11
SQLALCHEMY_TRACK_MODIFICATIONS = False
0 commit comments