This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
devs
/
PCv5
Watch
6
Star
10
Fork
4
Code
Issues
25
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Updating .env, run_dev script and REQUIREMENT.md file
pull/5/head
Eragon
2 years ago
parent
870ec32887
commit
bf90e9c720
Signed by:
Eragon
GPG Key ID:
B2B1BF4DA61BBB85
3 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.env
+2
-0
REQUIREMENTS.md
+0
-1
scripts/run_dev.sh
+ 2
- 0
.env
View File
@ -1 +1,3 @@
FLASK_APP=V5.py
FLASK_DEBUG=1
FLASK_ENV=DEVLOPPEMENT
+ 2
- 0
REQUIREMENTS.md
View File
@ -12,4 +12,6 @@ python-flask-migrate
python-flask-script
python-flask-sqlalchemy
python-flask-wtf
python-uwsgi
python-psycopg2
```
+ 0
- 1
scripts/run_dev.sh
View File
@ -1,3 +1,2 @@
#!/usr/bin/env sh
FLASK_DEBUG
=
1
flask run
Write
Preview
Loading…
Cancel
Save