Skip to main content

A user extension module for django

Project description

django-userextensions

A user extension module for django. This includes some basic user profile settings and tracking of a users favorites and recently visited urls within the project.

Author David Slusser
Description A user extension module for django. This includes some basic user profile settings and tracking of a users favorites and recently visited urls within the project.
Requirements Python 3.x
Django 2.2.x+

Documentation

Full documentation can be found on http://django-userextensions.readthedocs.org. Documentation source files are available in the docs folder.

Installation

  • pip install django-userextensions
  • add userextensions to your INSTALLED_APPS
  • to include recents tracking, add 'userextensions.middleware.UserRecentsMiddleware' to your middleware
  • to include views to manage favorites and recents, in the project-level urls.py file add the following to your urls.py: from userextensions.urls import * path('', include('userextensions.urls'), ),
  • run migrations python ./manage.py migrate userextensions

License

django-userextensions is licensed under the MIT license (see the LICENSE file for details).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_userextensions-0.0.5-py3-none-any.whl (24.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page