mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-22 22:31:09 -05:00
13 lines
260 B
Python
13 lines
260 B
Python
# Generated by Django 5.2.6 on 2025-09-20 13:43
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("parks", "0004_remove_park_insert_insert_remove_park_update_update_and_more"),
|
|
]
|
|
|
|
operations = []
|