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

Adding FEC_WEB_DEBUG instructions #307

Merged
merged 1 commit into from
Jun 29, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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