Skip to content

Commit

Permalink
update readme to include papertrail
Browse files Browse the repository at this point in the history
  • Loading branch information
Haizzz committed Apr 17, 2019
1 parent c902354 commit 02dfc38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,16 @@ You can use `dumpdata` to dump everything in the database into a json file then
- Circleci: [continuous intergration service](https://circleci.com/gh/TEDxUWA/tedxuwa-server-backend)
- Codecov: [code coverage service](https://codecov.io/gh/TEDxUWA/tedxuwa-server-backend)
- Sentry: [automated error log capture](https://sentry.io/tedxuwa/tedxuwa/)
- Papertrail: [loggin service](https://papertrailapp.com/)

## Notes
- The `db.sqlite3` **IS** the database. Backup regularly and don't delete it on production
- The front end template dir is set to `static/build/` with entry point of `react_base.html`

## Things to remember
- [x] set `DEPLOYMENT` environment variable in production
- [x] set `DJANGO_SECRET_KEY` environment variable in production
- [x] set `PAPERTRAIL_LOG_DESTINATION` environment variable in production
- [x] regenerate django secret key
- [ ] protect master branch
- [x] run `collectstatic`

0 comments on commit 02dfc38

Please sign in to comment.