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
    
  2. 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="/",
    )
    
  3. 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.1.tar.gz (24.7 kB view details)

Uploaded Source

Built Distribution

django_allauth_simple_ui-0.1.1-py3-none-any.whl (45.0 kB view details)

Uploaded Python 3

File details

Details for the file django_allauth_simple_ui-0.1.1.tar.gz.

File metadata

  • Download URL: django_allauth_simple_ui-0.1.1.tar.gz
  • Upload date:
  • Size: 24.7 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

Hashes for django_allauth_simple_ui-0.1.1.tar.gz
Algorithm Hash digest
SHA256 6daf81acd07c03ff7e330cebb9b2c702db80ffbf5109392c09cb971b016fd6b6
MD5 451040e7db22317a6522e1d326359a23
BLAKE2b-256 c0c1792fe61521846201e7082255e0635dfc441b360581406b6b379c6e74befe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_allauth_simple_ui-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e087a854c3ee09a02991a962e5005411cad8a116148f95a1fa9f89a60b3e52fa
MD5 2617a1aab9146514166718adfde47878
BLAKE2b-256 1c82008f0232bd576e91e7fcd161a6513ec8fa4f10995ecf5e92da20f339b4d2

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