Files
backend/api/apps.py
2025-02-04 15:49:25 -03:00

6 lines
81 B
Python

from django.apps import AppConfig
class ApiConfig(AppConfig):
name = 'api'