1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

edit choices field length

This commit is contained in:
sergey kilin 2020-09-21 16:22:44 +04:00
parent 2fe1f1c73a
commit 3c72bedd7a
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ class Migration(migrations.Migration):
migrations.AlterField(
model_name='appsettings',
name='choices',
field=models.CharField(max_length=50, verbose_name='choices'),
field=models.CharField(max_length=70, verbose_name='choices'),
),
migrations.AlterField(
model_name='appsettings',