Files
bugsink/theme/apps.py
Klaas van Schelven 79e333c923 tailwind
2023-11-08 20:16:10 +01:00

6 lines
85 B
Python

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