Açıklama Yok

0060_menuitem_description.py 399B

12345678910111213141516171819
  1. # Generated by Django 3.2.13 on 2022-06-12 05:51
  2. from django.db import migrations, models
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ('pos', '0059_menuitem_featureimage'),
  6. ]
  7. operations = [
  8. migrations.AddField(
  9. model_name='menuitem',
  10. name='description',
  11. field=models.TextField(blank=True, null=True),
  12. ),
  13. ]