Skip to main content

GP Auth is a simple application Django to manage the registration of users in a customized manner system

Project description

=====
GP Auth
=====

GP Auth is a simple application Django to manage the registration
of users in a customized manner system.
To customize the user account just inherit the GP Auth.

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "gpauth" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'gpauth',
]

2. Include GP Auth User Model your settings.py project like this ::

AUTH_USER_MODEL = 'gpauth.User'

3. Run `python manage.py migrate` to create the gp_auth models.

4. Run `python manage.py createsuperuser` to create a Super User.

5. Start the development server and visit http://127.0.0.1:8000/gpauth/
to create a users (you'll need the Admin app enabled).

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

django-gp-auth-1.0.0.dev1.tar.gz (4.1 kB view details)

Uploaded Source

File details

Details for the file django-gp-auth-1.0.0.dev1.tar.gz.

File metadata

File hashes

Hashes for django-gp-auth-1.0.0.dev1.tar.gz
Algorithm Hash digest
SHA256 38badecf2df1b4411e2ed5e5a8260882ce4ae1e6d476943c18a24d21304e2c4f
MD5 924d1f7726c594c25aa183553f340c13
BLAKE2b-256 428c3add5643bac8ffacd0b232f0d0bcb63f87cf185b64e222456874516814f6

See more details on using hashes here.

Supported by

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