Console like for Alliance Auth
Project description
Alliance Auth Theme: Console
The perfect theme for all old school console nerds out there :-)
Installation
pip install aa-theme-console
Now open your local.py
and add the following right below your INSTALLED_APPS
:
# Console Thame - https://github.com/ppfeufer/aa-theme-console
INSTALLED_APPS.insert(0, "aa_theme_console")
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
# Console Thame - https://github.com/ppfeufer/aa-theme-console
INSTALLED_APPS.insert(0, "aa_theme_console")
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-console-1.1.1.tar.gz
(135.7 kB
view hashes)
Built Distribution
Close
Hashes for aa_theme_console-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d84d39233f627d1afaa817c253357bff84a39a5b278af10edba728799fdbb89 |
|
MD5 | f87c90837da78c255dfb74bb901913bf |
|
BLAKE2b-256 | 9f26f926d823adf85d08eca814d373b55c0f5ae50c29a486554819682da11cc3 |