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.pyfileINSTALLED_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.pyfilefrom 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_simple_accounts-0.1.3.tar.gz.
File metadata
- Download URL: django_simple_accounts-0.1.3.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 |
234087e71f6cc4e08c07977af1f246e553f2dd129856dfab1f396f4946bbb011
|
|
| MD5 |
6f56e3c23b5af30f754e65b1e73119c6
|
|
| BLAKE2b-256 |
cc70ed294624ef096c4a051c123eac0360543ef23cc8c8ca12ed722de12c1600
|
File details
Details for the file django_simple_accounts-0.1.3-py3-none-any.whl.
File metadata
- Download URL: django_simple_accounts-0.1.3-py3-none-any.whl
- Upload date:
- Size: 23.0 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 |
348f2e36aae1db3f9fae72813911746dc6984c2dd530e02cec6b0eaeb8a5d5f1
|
|
| MD5 |
56b4aab76e3d20b55172f643aaed44ff
|
|
| BLAKE2b-256 |
6f1c04e76a1907d162213678a8979aa477f53de006a02fc7e9fb356709fe022c
|