django-settings-export
django-settings-export copied to clipboard
Access Django settings from templates the right way™
Results
1
django-settings-export issues
Sort by
recently updated
recently updated
newest added
trafficstars
Hi, It seems the package does not inject settings variable when directly calling `render_to_string`. Example: **settings.py** ``` TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [ os.path.join(BASE_DIR, 'templates') ], 'APP_DIRS': True,...