spaceout/site/frontend/apps.py
2020-12-13 00:20:00 -05:00

6 lines
91 B
Python

from django.apps import AppConfig
class FrontendConfig(AppConfig):
name = 'frontend'