- version : 2.6 - Details : adding .env file that has the secret key and use it .. using different python modules and removing the unused route `/add_lesson`. //############################################// modified: .gitignore modified: app.py modified: requirements.txt modified: serve.sh //############################################//
2 أسطر
40 B
Bash
2 أسطر
40 B
Bash
gunicorn -w 4 -b 127.0.0.1:8080 app:app
|