Console like Theme 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.2.0.tar.gz
(140.3 kB
view hashes)
Built Distribution
Close
Hashes for aa_theme_console-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f624e5b96f04b755881b7448df64a4e1fc08aa8f4645854c65440de343ffe3d0 |
|
MD5 | 4ff3e33b35ac07f4fca7c8ca9fcf6f29 |
|
BLAKE2b-256 | 91d386ab8f79a03f8c06cc7aac2e057862842677a5c66adb6811eee07a21a191 |