mirror of
https://github.com/Rushilwiz/HiLo.git
synced 2025-04-10 23:20:15 -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'
|