feat: Peuplement de la BDD avec les JSON d'entrée [#16]

This commit is contained in:
N3WT DE COMPET
2025-05-11 20:29:53 +02:00
parent 43874f8b9e
commit c6d75281a1
3 changed files with 117 additions and 1 deletions

View File

@ -3,3 +3,6 @@ from django.apps import AppConfig
class SchoolConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'School'
def ready(self):
import School.signals