Commit 0751312e64928ddb211f610c744c7ff41dd59f18
Committed by
GitHub
1 parent
06de9186
Create 0006_auto_20200830_1322.py
Showing
1 changed file
with
18 additions
and
0 deletions
| 1 | +# Generated by Django 2.2.2 on 2020-08-30 13:22 | ||
| 2 | + | ||
| 3 | +from django.db import migrations, models | ||
| 4 | + | ||
| 5 | + | ||
| 6 | +class Migration(migrations.Migration): | ||
| 7 | + | ||
| 8 | + dependencies = [ | ||
| 9 | + ('django_comments', '0005_auto_20200210_2108'), | ||
| 10 | + ] | ||
| 11 | + | ||
| 12 | + operations = [ | ||
| 13 | + migrations.AlterField( | ||
| 14 | + model_name='comment', | ||
| 15 | + name='image', | ||
| 16 | + field=models.FileField(blank=True, max_length=150, null=True, upload_to='comments/%Y/%m/', verbose_name='Image'), | ||
| 17 | + ), | ||
| 18 | + ] |
Please
register
or
login
to post a comment