6 lines
No EOL
104 B
Python
6 lines
No EOL
104 B
Python
from django.conf import settings
|
|
|
|
def demo(request):
|
|
return {
|
|
"DEBUG": settings.DEBUG,
|
|
} |