mirror of
https://github.com/Rushilwiz/HiLo.git
synced 2025-04-09 14:40:16 -04:00
6 lines
85 B
Python
Executable File
6 lines
85 B
Python
Executable File
from django.apps import AppConfig
|
|
|
|
|
|
class AdminConfig(AppConfig):
|
|
name = 'admin'
|