Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Commit

Permalink
Merge pull request #307 from 18F/readme-debug-update
Browse files Browse the repository at this point in the history
Adding FEC_WEB_DEBUG instructions
  • Loading branch information
jmcarp committed Jun 29, 2015
2 parents cc9d417 + 33d973c commit a00869c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ Then start the server:

$ python __init__.py

To run the server in debug mode set:
```
$ export FEC_WEB_DEBUG=true
```

If you'd like the app to cache API requests it makes, use the `--cached` flag:

$ python __init__.py --cached
Expand Down

0 comments on commit a00869c

Please sign in to comment.