19 lines
472 B
Python
19 lines
472 B
Python
# Generated by Django 3.0.8 on 2020-10-19 11:55
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('auctions', '0007_auto_20201019_1723'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='auctionlisting',
|
|
name='picture',
|
|
field=models.URLField(default='https://www.riobeauty.co.uk/images/product_image_not_found.gif'),
|
|
),
|
|
]
|