kopia lustrzana https://github.com/longclawshop/longclaw
6 wiersze
107 B
Python
6 wiersze
107 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class LongclawCheckoutConfig(AppConfig):
|
||
|
name = 'longclawcheckout'
|