.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 3.1.3 on 2021-02-25 18:16
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('generic', '0008_plane'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
name='Contrast',
|
||||
fields=[
|
||||
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
|
||||
('contrast', models.CharField(max_length=200)),
|
||||
],
|
||||
options={
|
||||
'ordering': ('contrast',),
|
||||
},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user