This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
Episodes.Community/Show/apps.py
Taizo 'Tsa6' Simpson 8902a5aef4 Initialized apps
2017-08-25 14:03:37 -04:00

6 lines
83 B
Python

from django.apps import AppConfig
class ShowConfig(AppConfig):
name = 'Show'