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
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_xix-0.2.1.tar.gz
(759.1 kB
view details)
Built Distribution
aa_theme_xix-0.2.1-py3-none-any.whl
(765.4 kB
view details)
File details
Details for the file aa_theme_xix-0.2.1.tar.gz
.
File metadata
- Download URL: aa_theme_xix-0.2.1.tar.gz
- Upload date:
- Size: 759.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.11.2 Linux/6.1.0-18-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57b489cfa1ed277f6896d02aa3a6841583412a2d63e514b2d4f3844cc1ba0eba |
|
MD5 | ba0dc832aaebcbdea9866f1c2c68a7bb |
|
BLAKE2b-256 | acb091a437cf6113502e40cd65826ece4086106f04960351f3326e0040cd7c86 |
File details
Details for the file aa_theme_xix-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: aa_theme_xix-0.2.1-py3-none-any.whl
- Upload date:
- Size: 765.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.11.2 Linux/6.1.0-18-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d303c08a48958a599829ff4c97293985a038a253f263693b0fcad2a961d32a1 |
|
MD5 | 35b8a30afd4f29f6ac2358cd753c928c |
|
BLAKE2b-256 | 005e2f52b14ad24ee41f54940b0f2f4710e82ab97e7ad0a73549f0ff66137557 |