HiLo/admin/apps.py

6 lines
85 B
Python
Executable File

from django.apps import AppConfig
class AdminConfig(AppConfig):
name = 'admin'