mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
Add Meta migration for Portal
This commit is contained in:
17
ram/portal/migrations/0020_alter_flatpage_options.py
Normal file
17
ram/portal/migrations/0020_alter_flatpage_options.py
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# 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"},
|
||||||
|
),
|
||||||
|
]
|
Reference in New Issue
Block a user