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.0.0.tar.gz
(136.6 kB
view hashes)
Built Distribution
Close
Hashes for aa_theme_console-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11a22e7caf0b1cbca1097640033064f0a09a362af366320f8a4202c6844d93ba |
|
MD5 | 94ed08b5482a2bb559a60aa40a1ece78 |
|
BLAKE2b-256 | 117a8552178e5b86f7e838772de0e724c949ce049bb73eff179eb39a9825b306 |