Skip to content

Commit

Permalink
Merge pull request #11 from vintasoftware/cleanup-sessions
Browse files Browse the repository at this point in the history
Add check for session and token cleanup
  • Loading branch information
fjsj authored Nov 16, 2023
2 parents 64d0969 + f6c033a commit 2c585ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checklists/django-production-launch/checklist.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2c585ac

Please sign in to comment.