mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 05:07:50 +02:00
18 lines
390 B
Python
18 lines
390 B
Python
# Generated by Django 5.1.4 on 2025-02-01 23:26
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("portal", "0019_siteconfiguration_disclaimer"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name="flatpage",
|
|
options={"verbose_name": "page", "verbose_name_plural": "pages"},
|
|
),
|
|
]
|