forked from expo/troggle
4 lines
99 B
Python
4 lines
99 B
Python
|
from django.conf import settings
|
||
|
|
||
|
def settings_context(request):
|
||
|
return { 'settings':settings }
|