Create a .env file and add the following lines: # Flask Configuration SECRET_KEY=<generate a secret string> FLASK_ENV=development FLASK_DEBUG=True
Create a .env file and add the following lines:
Flask Configuration
SECRET_KEY=
FLASK_ENV=development
FLASK_DEBUG=True