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.0.tar.gz (24.5 kB view details)

Uploaded Source

Built Distribution

django_allauth_simple_ui-0.1.0-py3-none-any.whl (44.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

Hashes for django_allauth_simple_ui-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d28423f2258a69d21f33e617473080c91501cf92fdc71afa88f71631cc080e5b
MD5 778916aec02bdc2a3ed78de97c3adec9
BLAKE2b-256 d71191ff6f87eb60ed47b21fab6335610b561443a9ddc4e5d871e5d6faee3d42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_allauth_simple_ui-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b02f98fc921167a006d4aea7c910de4d90d3e60828458b233dcb522a0a898771
MD5 2ff2c312f98e8b8338836294664b110d
BLAKE2b-256 6748e41e3154f9d9c6a80b3826538628f228320f9975e55b21e8143c4366ab9e

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