Skip to content

Commit bdf6f34

Browse files
authored
Update setup-without-docker.md
1 parent 0a0b1a0 commit bdf6f34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

{{cookiecutter.app_slug}}/setup-without-docker.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ $ export APP_SETTINGS="project.server.config.DevelopmentConfig"
2323

2424
Using [Pipenv](https://docs.pipenv.org/) or [python-dotenv](https://github.com/theskumar/python-dotenv)? Use the *.env* file to set environment variables:
2525

26+
```
27+
APP_NAME="{{cookiecutter.app_name}}"
28+
APP_SETTINGS="project.server.config.DevelopmentConfig"
29+
FLASK_DEBUG=1
30+
```
2631

2732
### Create DB
2833

0 commit comments

Comments
 (0)