mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-05 12:03:58 +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 MemberConfig(AppConfig):
|
||||
"""
|
||||
The member app handles the information that concern a user, its documents, ...
|
||||
"""
|
||||
name = 'member'
|
||||
verbose_name = _('member')
|
||||
|
Reference in New Issue
Block a user