chore: remove form fields from tutorial
This commit is contained in:
parent
8a63e639b1
commit
ce02ef9741
2 changed files with 45 additions and 22 deletions
|
@ -0,0 +1,23 @@
|
|||
# Generated by Django 5.0.2 on 2024-10-06 15:19
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('base', '0006_navigationsettings_bluesky_url_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='formpage',
|
||||
name='page_ptr',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='FormField',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='FormPage',
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue