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/LandingPage/apps.py
Taizo 'Tsa6' Simpson 8902a5aef4 Initialized apps
2017-08-25 14:03:37 -04:00

6 lines
97 B
Python

from django.apps import AppConfig
class LandingpageConfig(AppConfig):
name = 'LandingPage'