mirror of
https://github.com/daniviga/bite.git
synced 2025-01-11 16:21:00 +01:00
6 lines
81 B
Python
6 lines
81 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class ApiConfig(AppConfig):
|
||
|
name = 'api'
|