finsight1 / backend /api /apps.py
Samarth Naik
init
1a2b901
raw
history blame contribute delete
81 Bytes
from django.apps import AppConfig
class ApiConfig(AppConfig):
name = 'api'