comixify/frontend/apps.py

6 lines
91 B
Python
Raw Permalink Normal View History

2018-09-01 15:14:32 +00:00
from django.apps import AppConfig
class FrontendConfig(AppConfig):
name = 'frontend'