mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-04 11:32:13 +02:00
Create new applications
This commit is contained in:
5
apps/registration/apps.py
Normal file
5
apps/registration/apps.py
Normal file
@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class RegistrationConfig(AppConfig):
|
||||
name = 'registration'
|
Reference in New Issue
Block a user