mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-06 02:16:47 +00:00
18 lines
383 B
Python
18 lines
383 B
Python
# Generated by Django 3.0 on 2019-12-09 18:31
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('rental', '0026_auto_20191206_1217'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='guest',
|
|
name='email',
|
|
field=models.EmailField(max_length=254),
|
|
),
|
|
]
|