# Alliance Auth Zima Theme
## Installation
```shell
pip install git+https://gitlab.com/zima-corp/aa-theme-zima.git
```
Now open your `local.py` and add the following right below your `INSTALLED_APPS`:
```python
# Zima Theme - https://gitlab.com/zima-corp/aa-theme-zima
INSTALLED_APPS.insert(0, "aa_theme_zima")
```
After installation, run the command:
```shell
python manage.py collectstatic
```
## Upgrade
```shell
python manage.py collectstatic
```
**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
# Zima Theme - https://gitlab.com/zima-corp/aa-theme-zima
INSTALLED_APPS.insert(0, "aa_theme_zima")
```
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/zima-corp/aa-theme-zima",
"name": "aa-theme-zima",
"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/36/35/efc267c05e3a6f33a8305b405081d36d4f328591728f73e7d62039224162/aa_theme_zima-0.2.1.tar.gz",
"platform": null,
"description": "# Alliance Auth Zima Theme\n\n## Installation\n\n```shell\npip install git+https://gitlab.com/zima-corp/aa-theme-zima.git\n```\n\nNow open your `local.py` and add the following right below your `INSTALLED_APPS`:\n```python\n# Zima Theme - https://gitlab.com/zima-corp/aa-theme-zima\nINSTALLED_APPS.insert(0, \"aa_theme_zima\")\n```\n\nAfter installation, run the command:\n```shell\npython manage.py collectstatic\n```\n\n## Upgrade\n\n```shell\npython manage.py collectstatic\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# Zima Theme - https://gitlab.com/zima-corp/aa-theme-zima\nINSTALLED_APPS.insert(0, \"aa_theme_zima\")\n```\n",
"bugtrack_url": null,
"license": "GPL-3.0-or-later",
"summary": "Theme for zimacorp.space",
"version": "0.2.1",
"project_urls": {
"Homepage": "https://gitlab.com/zima-corp/aa-theme-zima",
"Repository": "https://gitlab.com/zima-corp/aa-theme-zima"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b719b7087f94d4ba051aa35ec29ad9449a5ee699f2acda8131c53d286f2bed28",
"md5": "44aba3b5fb65ed68459a51440507fcb1",
"sha256": "f8a929d6edb3d4d21fbf0575bb9e2246ad7cac19d3c3cd4b36cdd2600ac79f8e"
},
"downloads": -1,
"filename": "aa_theme_zima-0.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "44aba3b5fb65ed68459a51440507fcb1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 3283595,
"upload_time": "2024-03-05T19:10:30",
"upload_time_iso_8601": "2024-03-05T19:10:30.068047Z",
"url": "https://files.pythonhosted.org/packages/b7/19/b7087f94d4ba051aa35ec29ad9449a5ee699f2acda8131c53d286f2bed28/aa_theme_zima-0.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3635efc267c05e3a6f33a8305b405081d36d4f328591728f73e7d62039224162",
"md5": "ae778a98632ebe397aa419ed3ce95a51",
"sha256": "e20223f58306027206ca3c78d3cc7352ab6e58e995a7c901d6a14332c8337b84"
},
"downloads": -1,
"filename": "aa_theme_zima-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "ae778a98632ebe397aa419ed3ce95a51",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 3276822,
"upload_time": "2024-03-05T19:10:34",
"upload_time_iso_8601": "2024-03-05T19:10:34.009937Z",
"url": "https://files.pythonhosted.org/packages/36/35/efc267c05e3a6f33a8305b405081d36d4f328591728f73e7d62039224162/aa_theme_zima-0.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-05 19:10:34",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "zima-corp",
"gitlab_project": "aa-theme-zima",
"lcname": "aa-theme-zima"
}