1
0
mirror of https://github.com/daniviga/bite.git synced 2024-11-23 13:26:14 +01:00
bite/freedcs/api/apps.py

6 lines
81 B
Python

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