🚀 Deployment
Before deploying, review the settings.py
, especially the following settings:
- Line 2: Testing
- Line 3: Flask secret. Generate a random Secret on deployment.
- Line 6: Set the upload folder according to your OS.
Remember to set the TWILIO_SID
, TWILIO_TOKEN
, and CSV_URL
environment variables if you want to preset these values.