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

@@ -0,0 +1,16 @@
# Generated by Django 4.0 on 2021-12-18 17:54
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('polls', '0002_rename_questionid_choice_question'),
]
operations = [
migrations.DeleteModel(
name='Vehicles',
),
]