charasheet/src/charasheet/context_processors.py
2023-01-29 13:04:13 +01:00

6 lines
71 B
Python

from django.conf import settings
def app(_):
return settings.APP