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