Bootstrap Theme "Slate" for Alliance Auth
Project description
Alliance Auth Theme: Slate
This is the Bootstrap theme Slate converted into a theme for Alliance auth.
Installation
pip install aa-theme-slate
Now open your local.py
and add the following right below your INSTALLED_APPS
:
# Slate Thame - https://github.com/ppfeufer/aa-theme-slate
INSTALLED_APPS.insert(0, "aa_theme_slate")
Important
If you are using AA-GDPR
, the template stuff needs to be after the AA_GDPR
entry, like this:
# GDPR Compliance
INSTALLED_APPS.insert(0, "aagdpr")
AVOID_CDN = True
# Slate Thame - https://github.com/ppfeufer/aa-theme-slate
INSTALLED_APPS.insert(0, "aa_theme_slate")
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
aa-theme-slate-1.2.3.tar.gz
(1.7 MB
view hashes)
Built Distribution
Close
Hashes for aa_theme_slate-1.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25a41221e4dd871872273b6ecd13b8c5c7c10b1849cda0cb14bb1eddd6d3b712 |
|
MD5 | 96b5210230c733562b76d23950afb755 |
|
BLAKE2b-256 | 25eab5d37b1077716421d81007688ae1a39cc6d3657c19e92315b812925d3546 |