Manual merging current models

This commit is contained in:
reverend 2021-07-16 13:15:19 +02:00
parent 8da6964b3c
commit d8b0ce1ac2
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Generated by Django 3.2.5 on 2021-07-16 11:15
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('lostplaces', '0004_release_0_1_3'),
('lostplaces', '0005_add_visited_places'),
]
operations = [
]