Skip to main content

Simple templates for django-allauth

Project description

Django AllAuth Simple UI

django-allauth-simple-ui

UI templates for django-allauth

Simple usage

  1. Install by running the following command
pip install django-allauth-simple-ui
  1. 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="/",
)
  1. Add the account URLs to your urls.py file
from django.urls import path, include

urlpatterns = [
   path('', include("allauth_ui.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

django_allauth_simple_ui-0.1.2.tar.gz (24.8 kB view details)

Uploaded Source

Built Distribution

django_allauth_simple_ui-0.1.2-py3-none-any.whl (45.3 kB view details)

Uploaded Python 3

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

Hashes for django_allauth_simple_ui-0.1.2.tar.gz
Algorithm Hash digest
SHA256 a037f4a5919feb4c6a7696ee290bb2a611fb09dc705073f95816dc3f67b43e82
MD5 6a15938391d56e3ba23fb6072f511741
BLAKE2b-256 6f6fc4aed6ba6684bd85d74713e7735aec5083d9ccc2ae9472d6852226a43c7f

See more details on using hashes here.

File details

Details for the file django_allauth_simple_ui-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for django_allauth_simple_ui-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 caf2addfc8ab687c31f3110b61dc79141e81ec8afedb95cb828e4371856a08db
MD5 3a0b6410edc526dcc5e347b5caf4e6be
BLAKE2b-256 a35cd01e001906b5d98c97ec89d355c167ed7020dfe1dec51c075ac149c732f8

See more details on using hashes here.

Supported by

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