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).
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-gp-auth-1.0.0.dev1.tar.gz.
File metadata
- Download URL: django-gp-auth-1.0.0.dev1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38badecf2df1b4411e2ed5e5a8260882ce4ae1e6d476943c18a24d21304e2c4f
|
|
| MD5 |
924d1f7726c594c25aa183553f340c13
|
|
| BLAKE2b-256 |
428c3add5643bac8ffacd0b232f0d0bcb63f87cf185b64e222456874516814f6
|