comixify/comic_layout/apps.py

6 lines
98 B
Python
Raw Permalink Normal View History

2018-07-31 19:51:39 +00:00
from django.apps import AppConfig
class ComicLayoutConfig(AppConfig):
name = 'comic_layout'