Skip to main content

This module has core functionality for ovp users, such as authentication, user management password recovery and registration

Project description

=====
OVP Users
=====

This module implements core user functionality.

Quick start
-----------
1. Install django-git-submodules::

pip install ovp-users

2. Add it to `INSTALLED_APPS` on `settings.py`

3. Add `rest_framework_jwt` to `INSTALLED_APPS`

4. Set up REST Framework Authentication::

# Rest framework

REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': (
'rest_framework.authentication.SessionAuthentication',
'rest_framework.authentication.BasicAuthentication',
'rest_framework_jwt.authentication.JSONWebTokenAuthentication',
)
}

# User models

AUTH_USER_MODEL = 'ovp_users.User'



Forking
-----------
If you have your own OVP installation and want to fork this module
to implement custom features while still merging changes from upstream,
read Forking section on the wiki.

Project details


Download files

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

Source Distribution

ovp-users-0.1.1.tar.gz (25.5 kB view hashes)

Uploaded Source

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