Implement Flask-Migrate for database migrations in app.py, disable CSRF protection, and update requirements.txt to include Flask-Migrate. Remove obsolete systades.db file and add migration configuration files for Alembic.
This commit is contained in:
@@ -10,4 +10,5 @@ requests==2.31.0
|
||||
gunicorn==21.2.0
|
||||
#pillow==10.0.1
|
||||
pytest==7.4.0
|
||||
pytest-flask==1.2.0
|
||||
pytest-flask==1.2.0
|
||||
Flask-Migrate
|
||||
Reference in New Issue
Block a user