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.
632 stars
19 watching
129 forks
Language: Python
last commit: 12 days ago
Linked from 1 awesome list
djangosession-management
Related projects:
Repository | Description | Stars |
---|---|---|
jazzband/django-constance | Allows dynamic configuration of Django applications | 1,725 |
jazzband/django-admin2 | A modern, extendable admin interface built on top of Django. | 1,185 |
jazzband/django-downloadview | Provides tools to serve files with Django efficiently and securely. | 387 |
jazzband/django-simple-history | Automatically tracks changes to Django models and allows reverting changes from the admin interface. | 2,215 |
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,492 |
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. | 148 |
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 | 815 |
jazzband/django-axes | A Django plugin for monitoring and blocking suspicious login attempts | 1,503 |
jazzband/django-analytical | An application that integrates multiple analytics services into Django projects in a generic and customizable way. | 1,201 |
joulez/pyramid_sessions | Enables multiple session support in Pyramid Web Framework applications | 0 |
farridav/django-jazzmin | A Django theme that provides a custom admin interface with a jazzy design | 1,643 |
jazzband/django-waffle | A feature toggle solution for Django projects | 1,132 |
django-admin-tools/django-admin-tools | Extends Django's admin interface with a customizable dashboard and navigation menu | 866 |