mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-21 02:00:16 -04:00
6 lines
101 B
Python
6 lines
101 B
Python
from django.conf import settings
|
|
|
|
|
|
def settings_renderer(request):
|
|
return {"settings": settings}
|