Simple templates for django-allauth
Project description
Django AllAuth Simple UI
UI templates for django-allauth
Simple usage
- Install by running the following command
pip install django-allauth-simple-ui
- Add the following settings to your
settings.py
file
INSTALLED_APPS = [
'allauth_ui',
'allauth',
# etc
]
# example custom for accounts settings
ALLAUTH_UI = dict(
LOGIN_URL="/login/",
LOGIN_REDIRECT_URL="/",
LOGOUT_REDIRECT_URL="/",
)
- Add the account URLs to your
urls.py
file
from django.urls import path, include
urlpatterns = [
path('', include("allauth_ui.urls")),
]
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
Built Distribution
File details
Details for the file django_allauth_simple_ui-0.1.2.tar.gz
.
File metadata
- Download URL: django_allauth_simple_ui-0.1.2.tar.gz
- Upload date:
- Size: 24.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.8.0-45-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a037f4a5919feb4c6a7696ee290bb2a611fb09dc705073f95816dc3f67b43e82 |
|
MD5 | 6a15938391d56e3ba23fb6072f511741 |
|
BLAKE2b-256 | 6f6fc4aed6ba6684bd85d74713e7735aec5083d9ccc2ae9472d6852226a43c7f |
File details
Details for the file django_allauth_simple_ui-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: django_allauth_simple_ui-0.1.2-py3-none-any.whl
- Upload date:
- Size: 45.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.8.0-45-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | caf2addfc8ab687c31f3110b61dc79141e81ec8afedb95cb828e4371856a08db |
|
MD5 | 3a0b6410edc526dcc5e347b5caf4e6be |
|
BLAKE2b-256 | a35cd01e001906b5d98c97ec89d355c167ed7020dfe1dec51c075ac149c732f8 |