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