feat(theme): add tailwind

This commit is contained in:
2026-03-11 09:18:20 +01:00
parent e861507343
commit 9efe6b0295
4 changed files with 34 additions and 0 deletions

5
theme/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class ThemeConfig(AppConfig):
name = 'theme'