HiLo/homepage/apps.py

6 lines
91 B
Python
Executable File

from django.apps import AppConfig
class HomepageConfig(AppConfig):
name = 'homepage'