changed the full path config file

main
Rodrigo Prado 2016-03-12 19:57:43 -03:00
parent 88ec87d6e6
commit d8672b36fe
1 changed files with 2 additions and 5 deletions

View File

@ -9,14 +9,11 @@ Flask starter project...
### Basics
1. Activate a virtualenv
2. Install the requirements with command below:
```sh
$ pip install -r requirements.txt
```
1. Install the requirements
### Set Environment Variables
Update *config.py*, and then run:
Update *project/server/config.py*, and then run:
```sh
$ export APP_SETTINGS="project.server.config.DevelopmentConfig"