# Alliance Auth XIX Theme
## Installation
```shell
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`:
```shell
nano myauth/myauth/settings/local.py
```
```python
# XIX Theme - https://gitlab.com/legion-of-xxdeathxx/aa-theme-xix
INSTALLED_APPS.insert(0, "aa_theme_xix")
```
After installation, run the command:
```shell
python /home/allianceserver/myauth/manage.py collectstatic --noinput
```
**Important**
If you are using [aa-gdpr](https://gitlab.com/tactical-supremacy/aa-gdpr), the template stuff needs to be **after** the `aa-gdpr`
entry, like this:
```python
# 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
```shell
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:
```shell
python /home/allianceserver/myauth/manage.py collectstatic --noinput
```
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/legion-of-xxdeathxx/aa-theme-xix",
"name": "aa-theme-xix",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "",
"keywords": "",
"author": "Boris Talovikov",
"author_email": "boris@talovikov.ru",
"download_url": "https://files.pythonhosted.org/packages/ac/b0/91a437cf6113502e40cd65826ece4086106f04960351f3326e0040cd7c86/aa_theme_xix-0.2.1.tar.gz",
"platform": null,
"description": "# Alliance Auth XIX Theme\n\n## Installation\n\n```shell\nsudo su allianceserver\ncd\nsource /home/allianceserver/venv/auth/bin/activate\ngit clone https://gitlab.com/legion-of-xxdeathxx/aa-theme-xix.git\npip install -e aa-theme-xix/\n```\n\nNow open your `local.py` and add the following right below your `INSTALLED_APPS`:\n```shell\nnano myauth/myauth/settings/local.py\n```\n```python\n# XIX Theme - https://gitlab.com/legion-of-xxdeathxx/aa-theme-xix\nINSTALLED_APPS.insert(0, \"aa_theme_xix\")\n```\n\nAfter installation, run the command:\n```shell\npython /home/allianceserver/myauth/manage.py collectstatic --noinput\n```\n\n**Important**\n\nIf you are using [aa-gdpr](https://gitlab.com/tactical-supremacy/aa-gdpr), the template stuff needs to be **after** the `aa-gdpr`\nentry, like this:\n\n```python\n# GDPR Compliance\nINSTALLED_APPS.insert(0, \"aagdpr\")\nAVOID_CDN = True\n\n\n# XIX Theme - https://gitlab.com/legion-of-xxdeathxx/aa-theme-xix\nINSTALLED_APPS.insert(0, \"aa_theme_xix\")\n```\n\n\n## Updating\n```shell\nsudo su allianceserver\ncd\nsource /home/allianceserver/venv/auth/bin/activate\ncd aa-theme-xix/\ngit pull\ncd ..\npip install -e aa-theme-xix/\n```\n\nAfter updating, run the command:\n```shell\npython /home/allianceserver/myauth/manage.py collectstatic --noinput\n```\n",
"bugtrack_url": null,
"license": "GPL-3.0-or-later",
"summary": "Theme for auth.legionofdeath.ru",
"version": "0.2.1",
"project_urls": {
"Homepage": "https://gitlab.com/legion-of-xxdeathxx/aa-theme-xix",
"Repository": "https://gitlab.com/legion-of-xxdeathxx/aa-theme-xix"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "005e2f52b14ad24ee41f54940b0f2f4710e82ab97e7ad0a73549f0ff66137557",
"md5": "35b8a30afd4f29f6ac2358cd753c928c",
"sha256": "6d303c08a48958a599829ff4c97293985a038a253f263693b0fcad2a961d32a1"
},
"downloads": -1,
"filename": "aa_theme_xix-0.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "35b8a30afd4f29f6ac2358cd753c928c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 765418,
"upload_time": "2024-03-05T18:27:08",
"upload_time_iso_8601": "2024-03-05T18:27:08.638887Z",
"url": "https://files.pythonhosted.org/packages/00/5e/2f52b14ad24ee41f54940b0f2f4710e82ab97e7ad0a73549f0ff66137557/aa_theme_xix-0.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "acb091a437cf6113502e40cd65826ece4086106f04960351f3326e0040cd7c86",
"md5": "ba0dc832aaebcbdea9866f1c2c68a7bb",
"sha256": "57b489cfa1ed277f6896d02aa3a6841583412a2d63e514b2d4f3844cc1ba0eba"
},
"downloads": -1,
"filename": "aa_theme_xix-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "ba0dc832aaebcbdea9866f1c2c68a7bb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 759122,
"upload_time": "2024-03-05T18:27:10",
"upload_time_iso_8601": "2024-03-05T18:27:10.466582Z",
"url": "https://files.pythonhosted.org/packages/ac/b0/91a437cf6113502e40cd65826ece4086106f04960351f3326e0040cd7c86/aa_theme_xix-0.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-05 18:27:10",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "legion-of-xxdeathxx",
"gitlab_project": "aa-theme-xix",
"lcname": "aa-theme-xix"
}