spaceout/api/apps.py
2020-12-12 10:25:30 -05:00

6 lines
81 B
Python

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