mirror of
https://github.com/Rushilwiz/house-party.git
synced 2025-04-20 03:20:17 -04:00
6 lines
91 B
Python
6 lines
91 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class FrontendConfig(AppConfig):
|
|
name = 'frontend'
|