mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-05-16 03:23:13 +00:00
5 lines
No EOL
178 B
Python
5 lines
No EOL
178 B
Python
from django.conf import settings
|
|
|
|
CACHE_BACKEND = getattr(settings, 'DBTEMPLATES_CACHE_BACKEND', None)
|
|
|
|
ADD_DEFAULT_SITE = getattr(settings, 'DBTEMPLATES_ADD_DEFAULT_SITE', True) |