17 lines
308 B
Python
17 lines
308 B
Python
# 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',
|
|
),
|
|
]
|