mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-08-06 13:08:09 +02:00
Comment code, fix minor issues
This commit is contained in:
@@ -3,5 +3,8 @@ 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