mirror of
https://github.com/Crocmagnon/checkout.git
synced 2025-04-06 01:36:32 +02:00
5 lines
71 B
Python
5 lines
71 B
Python
from django.conf import settings
|
|
|
|
|
|
def app(_):
|
|
return settings.APP
|