Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
document loading of issue type fixtures, will install issue types as mentioned in #64
  • Loading branch information
mcallistersean authored Feb 28, 2017
1 parent 0483651 commit 09e4f0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ cp toucan_conf/settings/secrets.example.py toucan_conf/settings/secrets.py

Open `toucan_conf/settings/secrets.py` and set `SECRET_KEY` to some string.

### Load the default categories

While not required it is strongly suggested to add some default categories for your installation. These can be added to/changed/deleted from the administrative interface.
```
./manage.py loaddata toucan/fixtures/issueTypes.json
```
### Database

The application requires a PostgreSQL installation (>=9.4) with a database named `toucan`. Configure the database connection by extending the `DATABASES` object in `issues_tracker/settings/__init__.py`:
Expand Down

0 comments on commit 09e4f0e

Please sign in to comment.