update
This commit is contained in:
18
rog/migrations/0004_alter_location_webcontents.py
Normal file
18
rog/migrations/0004_alter_location_webcontents.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.2.9 on 2022-04-07 05:25
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('rog', '0003_auto_20220407_1420'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='location',
|
||||
name='webcontents',
|
||||
field=models.TextField(blank=True, null=True, verbose_name='Web Content'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user