2020-10-14 19:20:34 -04:00

6 lines
81 B
Python

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