mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-03-16 20:47:31 +00:00
6 lines
99 B
Python
6 lines
99 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class RegistrationConfig(AppConfig):
|
|
name = 'registration'
|