You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
myblog/App/migrations/0005_upload_url_path.py

18 lines
399 B

# Generated by Django 3.2.9 on 2022-05-02 03:32
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('App', '0004_auto_20220502_1125'),
]
operations = [
migrations.AddField(
model_name='upload',
name='url_path',
field=models.CharField(default='none', max_length=200),
),
]