mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-22 02:18:21 +02:00
working html for survey + fixed json error + added specific diet text field
This commit is contained in:
18
apps/wei/migrations/0009_weiregistration_specific_diet.py
Normal file
18
apps/wei/migrations/0009_weiregistration_specific_diet.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.15 on 2024-08-28 20:47
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('wei', '0008_auto_20240111_1545'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='weiregistration',
|
||||
name='specific_diet',
|
||||
field=models.TextField(blank=True, default='', verbose_name='specific diet'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user