Updating .env, run_dev script and REQUIREMENT.md file

This commit is contained in:
Eragon 2019-02-06 12:10:26 +01:00
parent 870ec32887
commit bf90e9c720
No known key found for this signature in database
GPG Key ID: B2B1BF4DA61BBB85
3 changed files with 4 additions and 1 deletions

2
.env
View File

@ -1 +1,3 @@
FLASK_APP=V5.py
FLASK_DEBUG=1
FLASK_ENV=DEVLOPPEMENT

View File

@ -12,4 +12,6 @@ python-flask-migrate
python-flask-script
python-flask-sqlalchemy
python-flask-wtf
python-uwsgi
python-psycopg2
```

View File

@ -1,3 +1,2 @@
#!/usr/bin/env sh
FLASK_DEBUG=1
flask run