susioma/frontend/apps.py

6 lines
91 B
Python
Raw Permalink Normal View History

2019-10-26 15:25:21 +00:00
from django.apps import AppConfig
class FrontendConfig(AppConfig):
name = 'frontend'