Skip to main content

An Awesome django-allauth theme based on tailwind

Project description

django-allauth-theme

An awesome django-allauth theme based on tailwind.

Install

pip install django-allauth-theme

Configuring the settings file

First of all, add allauth_theme to INSTALLED_APPS.

INSTALLED_APPS = (
  ...
  'allauth_theme',
  ...
)

Add following context processors to the list:

TEMPLATES = [
 {
   ...
   'OPTIONS': {
      'context_processors': [
        ...
        'allauth_theme.context_processors.welcome_text'
   ],
  }
 }
]

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-theme-0.1.0.tar.gz (18.5 kB view hashes)

Uploaded Source

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