Skip to main content

Theme for zimacorp.space

Project description

Alliance Auth Zima Theme

Installation

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:

# Zima Theme - https://gitlab.com/zima-corp/aa-theme-zima
INSTALLED_APPS.insert(0, "aa_theme_zima")

After installation, run the command:

python manage.py collectstatic

Upgrade

python manage.py collectstatic

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


# Zima Theme - https://gitlab.com/zima-corp/aa-theme-zima
INSTALLED_APPS.insert(0, "aa_theme_zima")

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_zima-0.2.1.tar.gz (3.3 MB view hashes)

Uploaded Source

Built Distribution

aa_theme_zima-0.2.1-py3-none-any.whl (3.3 MB 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