Files
FleetManager/theme/apps.py
2021-02-03 17:37:08 +00:00

6 lines
85 B
Python

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