comixify/api/apps.py
2018-08-07 09:29:16 +02:00

5 lines
81 B
Python

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