Opened 2 years ago
Closed 2 years ago
#34134 closed New feature (wontfix)
Add DynamoDB engine to sessions middleware
Reported by: | Matan Kintzlinger | Owned by: | nobody |
---|---|---|---|
Component: | contrib.sessions | Version: | 4.1 |
Severity: | Normal | Keywords: | session, engine, dynamodb |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I have the code written here: https://github.com/matan3178/django_dynamodb_session_engine.git
Just need to merge it to the Django project (Which I don't have the time for)
Thanks!
Note:
See TracTickets
for help on using tickets.
Thanks for the ticket, however a custom
SessionStore
doesn't have to be a part of Django itself. It sounds like a third-party package is the best way to proceed.Please first start a discussion on the DevelopersMailingList, where you'll reach a wider audience and see what other think, and follow the guidelines with regards to requesting features, if you don't agree.