django-user-sessions
Session manager
Enhances Django's built-in sessions with a foreign key to the user model, allowing for easier session management.
Extend Django sessions with a foreign key back to the user, allowing enumerating all user's sessions.
634 stars
19 watching
130 forks
Language: Python
last commit: 8 days ago
Linked from 1 awesome list
djangosession-management
Related projects:
Repository | Description | Stars |
---|---|---|
jazzband/django-constance | Allows dynamic configuration of Django applications | 1,728 |
jazzband/django-admin2 | A modern, extendable admin interface built on top of Django. | 1,183 |
jazzband/django-downloadview | Provides tools to serve files with Django efficiently and securely. | 386 |
jazzband/django-simple-history | A Django app that stores model history and allows view/revert changes from the admin site. | 2,227 |
jazzband/django-robots | A Django app for managing robots exclusion protocol files | 459 |
jazzband/dj-database-url | A utility to simplify Django database configuration using environment variables. | 1,497 |
jambonrose/django-improved-user | A custom Django user model that improves on the default by making international and modern changes to simplify login and authentication. | 149 |
jazzband/django-configurations | A tool that organizes Django project settings using object-oriented programming patterns. | 1,105 |
jazzband/django-formtools | Abstractions for Django forms to simplify complex form handling and previewing | 816 |
jazzband/django-axes | A Django plugin for monitoring and blocking suspicious login attempts | 1,506 |
jazzband/django-analytical | An application that integrates multiple analytics services into Django projects in a generic and customizable way. | 1,200 |
joulez/pyramid_sessions | Enables multiple session support in Pyramid Web Framework applications | 0 |
farridav/django-jazzmin | A Django theme for creating a customizable and responsive admin interface | 1,654 |
jazzband/django-waffle | A feature toggle solution for Django projects | 1,135 |
django-admin-tools/django-admin-tools | Extends Django's admin interface with a customizable dashboard and navigation menu | 868 |