mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-02-06 14:53:05 +00:00
6 lines
92 B
Python
6 lines
92 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MemberConfig(AppConfig):
|
|
name = 'apps.member'
|