Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

ppfeufer/aa-theme-console

Repository files navigation

Alliance Auth Theme: Console

Version License Python Django pre-commit pre-commit.ci status Code Style: black Automated Checks codecov Contributor Covenant Discord

ko-fi



The perfect theme for all old school console nerds out there :-)

AA Theme: Console

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")