séparation des application pols et vehicles

This commit is contained in:
Ambulance Clerc
2021-12-18 18:56:14 +01:00
parent 46254605fc
commit 769078f261
20 changed files with 115 additions and 22 deletions

View File

@@ -1,6 +1,7 @@
from django.contrib import admin
from polls.models import Question, Choice, Vehicles
from polls.models import Question, Choice
from vehicles.models import *
# Register your models here.