We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e38617 commit 704d85bCopy full SHA for 704d85b
alembic.ini
@@ -84,7 +84,7 @@ path_separator = os
84
# database URL. This is consumed by the user-maintained env.py script only.
85
# other means of configuring database URLs may be customized within the env.py
86
# file.
87
-sqlalchemy.url = mysql+pymysql://root:900592@localhost:3306/waffle_toy_db
+sqlalchemy.url = driver://user:pass@localhost/dbname
88
89
90
[post_write_hooks]
requirements.txt
@@ -127,3 +127,5 @@ six==1.16.0
127
# via python-dateutil
128
urllib3==2.2.2
129
# via botocore
130
+python-multipart==0.0.9
131
+ # via waffle-toy-project
0 commit comments