# 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": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Boris Talovikov",
"author_email": "boris@talovikov.ru",
"download_url": "https://files.pythonhosted.org/packages/8f/c3/a7fe2e4813fa12976bdb6c1bcefc9888e384e64ee7fb0faa737f276798fc/aa_theme_zima-0.2.4.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.4",
"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": "23300a48d06e77b888d96a6f9337f00a89634314955c1cfb7184cc8481cfe42a",
"md5": "87bf9d51e502c578626e84d35dbc5326",
"sha256": "5ec42a60c5b9e8b59c876704936d6ad1b640716d590cc64783909d44dc1b986f"
},
"downloads": -1,
"filename": "aa_theme_zima-0.2.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "87bf9d51e502c578626e84d35dbc5326",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 3282920,
"upload_time": "2025-01-15T19:41:55",
"upload_time_iso_8601": "2025-01-15T19:41:55.641271Z",
"url": "https://files.pythonhosted.org/packages/23/30/0a48d06e77b888d96a6f9337f00a89634314955c1cfb7184cc8481cfe42a/aa_theme_zima-0.2.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8fc3a7fe2e4813fa12976bdb6c1bcefc9888e384e64ee7fb0faa737f276798fc",
"md5": "faaf070d0abe1cf555f5bce2ed37b228",
"sha256": "7dbfb28d80ac4747ec7a09727109bd9d80e33d35ee7dcb04f602721020856135"
},
"downloads": -1,
"filename": "aa_theme_zima-0.2.4.tar.gz",
"has_sig": false,
"md5_digest": "faaf070d0abe1cf555f5bce2ed37b228",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 3275747,
"upload_time": "2025-01-15T19:41:59",
"upload_time_iso_8601": "2025-01-15T19:41:59.729251Z",
"url": "https://files.pythonhosted.org/packages/8f/c3/a7fe2e4813fa12976bdb6c1bcefc9888e384e64ee7fb0faa737f276798fc/aa_theme_zima-0.2.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-15 19:41:59",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "zima-corp",
"gitlab_project": "aa-theme-zima",
"lcname": "aa-theme-zima"
}