HTT / store /apps.py
Deep
backend
e7b5120
raw
history blame contribute delete
85 Bytes
from django.apps import AppConfig
class StoreConfig(AppConfig):
name = 'store'