Files
shoppy/theme/apps.py
T
2024-11-20 18:09:44 +01:00

6 lines
85 B
Python

from django.apps import AppConfig
class ThemeConfig(AppConfig):
name = "theme"