mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-06 02:16:47 +00:00
18 lines
413 B
Python
18 lines
413 B
Python
# Generated by Django 2.2.6 on 2019-11-07 22:20
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('rental', '0008_auto_20191107_2214'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='place',
|
|
name='pictures',
|
|
field=models.ImageField(blank=True, null=True, upload_to='img/'),
|
|
),
|
|
]
|