Skip to main content

An easy way to use settings variable in django template.

Project description

Django Lazy Settings
========================

An easy way to use settings variable in django template.


How to install
--------------

You can also install it with: ``pip install django-lazy-settings``


Configuration
-------------

Add the sr app to your installed apps and define your settings :code:`SR` variable as a dictionary.

Example:

```python

# settings.py
INSTALLED_APPS = [
...

'lazy_setting'
]
```

Usage examples
--------------

Use it from your template code with ``lz`` template tag:

```django
{% load lazy_setting %}
<span class="message">{% lz 'SETTING_KEY' %}</span>
<span class="other">{% lz 'SECRET_KEY' %}</span>
```

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-lazy-settings-1.0.zip (3.2 kB view hashes)

Uploaded Source

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