This repository has been archived on 2024-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
2020-10-17 21:31:04 -04:00

6 lines
81 B
Python

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