zitate/theme/apps.py
Jochen Mehlich aa76bbf74b
All checks were successful
Django Backend Validation / build (debian-latest, 3.11) (push) Successful in 20s
Django Backend Validation / build (debian-latest, 3.12) (push) Successful in 20s
Django Backend Validation / build (ubuntu-latest, 3.11) (push) Successful in 13s
Django Backend Validation / build (ubuntu-latest, 3.12) (push) Successful in 13s
installed django-tailwind
Signed-off-by: Jochen Mehlich <coding@jochenmehlich.de>
2024-08-28 14:15:32 +02:00

6 lines
85 B
Python

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