From f6c033a6d648a8b5df64a1b6c3de6b4b00cdf4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Juvenal=20da=20Silva=20Junior?= Date: Thu, 16 Nov 2023 16:22:18 -0300 Subject: [PATCH] Add check for session and token cleanup --- checklists/django-production-launch/checklist.en.md | 1 + 1 file changed, 1 insertion(+) 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