From 02dfc3815779ee80e676377baff6105f8c118174 Mon Sep 17 00:00:00 2001 From: Anh Date: Wed, 17 Apr 2019 11:52:54 +0800 Subject: [PATCH] update readme to include papertrail --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6e331d3..11869eb 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ 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 @@ -176,6 +177,8 @@ You can use `dumpdata` to dump everything in the database into a json file then ## 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`