localist/api/apps.py
2026-06-13 15:04:32 -04:00

5 lines
81 B
Python

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