mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-27 08:49:36 +02:00
18 lines
366 B
Python
18 lines
366 B
Python
|
# Generated by Django 5.0.8 on 2025-01-09 18:08
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('worldtravel', '0013_visitedcity'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name='visitedcity',
|
||
|
options={'verbose_name_plural': 'Visited Cities'},
|
||
|
),
|
||
|
]
|