Files
links/new_theme/apps.py
T
2024-09-08 19:12:15 +10:00

6 lines
93 B
Python

from django.apps import AppConfig
class New_themeConfig(AppConfig):
name = 'new_theme'