Files
allianceauth/allianceauth/theme/bootstrap/apps.py
2024-03-12 03:36:19 +00:00

12 lines
241 B
Python

from django.apps import AppConfig
class BootstrapThemeConfig(AppConfig):
name = "allianceauth.theme.bootstrap"
label = "bootstrap"
version = "5.3.3"
verbose_name = f"Bootstrap v{version}"
def ready(self):
pass