mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-08-06 02:19:35 +02:00
API
This commit is contained in:
10
apps/api/apps.py
Normal file
10
apps/api/apps.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from django.apps import AppConfig
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
|
||||
class APIConfig(AppConfig):
|
||||
name = 'api'
|
||||
verbose_name = _('API')
|
Reference in New Issue
Block a user