mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-09 23:10:17 -04:00
6 lines
91 B
Python
6 lines
91 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class HomepageConfig(AppConfig):
|
|
name = 'homepage'
|