Skip to main content

Theme for auth.legionofdeath.ru

Project description

Alliance Auth XIX Theme

Installation

sudo su allianceserver
cd
source /home/allianceserver/venv/auth/bin/activate
git clone https://gitlab.com/legion-of-xxdeathxx/aa-theme-xix.git
pip install -e aa-theme-xix/

Now open your local.py and add the following right below your INSTALLED_APPS:

nano myauth/myauth/settings/local.py
# XIX Theme - https://gitlab.com/legion-of-xxdeathxx/aa-theme-xix
INSTALLED_APPS.insert(0, "aa_theme_xix")

After installation, run the command:

python /home/allianceserver/myauth/manage.py collectstatic --noinput

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


# XIX Theme - https://gitlab.com/legion-of-xxdeathxx/aa-theme-xix
INSTALLED_APPS.insert(0, "aa_theme_xix")

Updating

sudo su allianceserver
cd
source /home/allianceserver/venv/auth/bin/activate
cd aa-theme-xix/
git pull
cd ..
pip install -e aa-theme-xix/

After updating, run the command:

python /home/allianceserver/myauth/manage.py collectstatic --noinput

Project details


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_xix-0.2.1.tar.gz (759.1 kB view hashes)

Uploaded Source

Built Distribution

aa_theme_xix-0.2.1-py3-none-any.whl (765.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page