first commit
This commit is contained in:
18
namecreate/migrations/0004_alter_trainingjob_model_path.py
Normal file
18
namecreate/migrations/0004_alter_trainingjob_model_path.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 6.0.3 on 2026-03-27 20:08
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('namecreate', '0003_generatedperson_namevocab'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='trainingjob',
|
||||
name='model_path',
|
||||
field=models.CharField(blank=True, max_length=500, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user