spaceout/front_end/apps.py
2020-12-12 10:25:30 -05:00

6 lines
91 B
Python

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