Changes between Initial Version and Version 1 of Ticket #20418, comment 4
- Timestamp:
- May 18, 2013, 11:30:06 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20418, comment 4
initial v1 1 1 Documentation update is available from this branch: https://github.com/nmundar/django/tree/ticket_20418 2 3 Cookies-based backend keeps all the data in the cookie so it does not need to access the database. Because of that there is no need for Session table in the db that gets created when django goes through INSTALLED_APPS settings.