diff --git a/checklists/django-production-launch/checklist.en.md b/checklists/django-production-launch/checklist.en.md index b666d6f..d58b97a 100644 --- a/checklists/django-production-launch/checklist.en.md +++ b/checklists/django-production-launch/checklist.en.md @@ -70,6 +70,7 @@ title: Django Production Launch - [ ] Consider `ATOMIC_REQUESTS` to assert DB integrity: http://bit.ly/dj-database-transactions - [ ] Set `upload_to` argument for all `FileField` and `ImageField` - [ ] Use environment variables, not hardcoded settings +- [ ] Set a periodic job to cleanup expired sessions and auth tokens (depending on your app's auth methods) ## Transactional Emails