mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-06 02:16:47 +00:00
18 lines
380 B
Python
18 lines
380 B
Python
# Generated by Django 3.0.4 on 2020-03-31 08:35
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('rental', '0028_contact'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='testimonial',
|
|
name='author',
|
|
field=models.CharField(max_length=200),
|
|
),
|
|
]
|