18 lines
331 B
Python
18 lines
331 B
Python
|
# Generated by Django 2.2.4 on 2019-08-06 23:10
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('bigday', '0001_initial'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RenameModel(
|
||
|
old_name='InvitedGuests',
|
||
|
new_name='InvitedGuest',
|
||
|
),
|
||
|
]
|