mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 07:19:36 +02:00
17 lines
366 B
Python
17 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'},
|
|
),
|
|
]
|