mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-08-15 14:50:02 +02:00
Clone Corres2math platform
This commit is contained in:
13
apps/api/apps.py
Normal file
13
apps/api/apps.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# Copyright (C) 2020 by Animath
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from django.apps import AppConfig
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
|
||||
class APIConfig(AppConfig):
|
||||
"""
|
||||
Manage the inscription through a JSON API.
|
||||
"""
|
||||
name = 'api'
|
||||
verbose_name = _('API')
|
Reference in New Issue
Block a user