pandora/pandora/home/apps.py
2020-05-30 21:23:16 +02:00

5 lines
83 B
Python

from django.apps import AppConfig
class HomeConfig(AppConfig):
name = 'home'