spaceout/site/frontend/apps.py
Praneeth Bhandaru ecfa1eebc2 Reformatted Code
2020-12-13 11:43:15 -05:00

6 lines
91 B
Python

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