checkout/src/common/context_processors.py

6 lines
71 B
Python

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