cookiecutter-django/{{cookiecutter.project_slug}}/config
Dani Hodovic 69566f5456
Add context processor for settings variables
This allows for usage of settings variables in templates, e.g

```
{% if settings.USE_ANALYTICS %}
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{ settings.GOOGLE_TAG_MANAGER_ID }}" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{% endif %}
```
2019-09-05 13:24:47 +02:00
..
settings Add context processor for settings variables 2019-09-05 13:24:47 +02:00
__init__.py Refactor Celery integration according to current best practices 2019-04-02 15:40:32 +01:00
celery_app.py Refactor Celery integration according to current best practices 2019-04-02 15:40:32 +01:00
urls.py Run Black on Travis (#1957) 2019-03-18 17:49:43 +00:00
wsgi.py Migrate to unified Sentry SDK (#1820) 2019-03-20 10:04:44 +00:00