checkout/src/common/context_processors.py

6 lines
71 B
Python
Raw Normal View History

2023-03-25 21:06:04 +01:00
from django.conf import settings
def app(_):
return settings.APP