Django accounts site
Project description
Django Accounts
Django accounts site
Simple usage
-
Install by running the following command
pip install django-simple-accounts
-
Add the following settings to your
settings.py
fileINSTALLED_APPS = [ 'accounts', # etc ] # example custom for accounts settings LOGIN_URL = '/login/' ACCOUNTS = dict( LOGIN_URL='/login/', LOGIN_REDIRECT_URL='/', )
-
Add the account URLs to your
urls.py
filefrom django.urls import path, include urlpatterns = [ path('', include("accounts.urls")), ]
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
Built Distribution
File details
Details for the file django_simple_accounts-0.1.0.tar.gz
.
File metadata
- Download URL: django_simple_accounts-0.1.0.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-45-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a297cf622b59080cb58bdab08afc347e20270c167ea3f323731dda0ad0bcf211 |
|
MD5 | 0707c2231dd45484411a3ddceca082ba |
|
BLAKE2b-256 | f8b462eea1579beef8d99941e5c02921bc9ed97d1ceabe39396d4b4832afc5dd |
File details
Details for the file django_simple_accounts-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: django_simple_accounts-0.1.0-py3-none-any.whl
- Upload date:
- Size: 23.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-45-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67cca34d8e1f72696aba5902db0b20c0fee2a20222cd94b8d22ef0b7dffd99a3 |
|
MD5 | 5de08021a8ab82697103d642344d63b5 |
|
BLAKE2b-256 | 16b2a40944fd7a9fe1164a824737836c36fb2761203458f86dcf8e61f6f4dff7 |