gcs-django/theme/apps.py
2024-06-26 14:29:06 +10:00

5 lines
85 B
Python

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