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.1.2.tar.gz
(139.9 kB
view hashes)
Built Distribution
Close
Hashes for aa_theme_console-1.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2e0ea32f1385f14b5d7e2ea28ff75d25c497b33e2f66917ac43060b7a4a9dac |
|
MD5 | d8cbae8127030d0c885a3bfa28847473 |
|
BLAKE2b-256 | 5a5b36709e952b3829aff209c3c516cc74eeb28e44dbfa12804d16b400b6b451 |