mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-06 02:16:47 +00:00
21 lines
436 B
Python
21 lines
436 B
Python
# Generated by Django 2.2.6 on 2019-11-11 10:38
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('rental', '0019_auto_20191111_1020'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='reservation',
|
|
name='end',
|
|
),
|
|
migrations.RemoveField(
|
|
model_name='reservation',
|
|
name='start',
|
|
),
|
|
]
|