mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-23 00:28:03 +01:00
5 lines
71 B
Python
5 lines
71 B
Python
from django.conf import settings
|
|
|
|
|
|
def app(_):
|
|
return settings.APP
|