contact options
This commit is contained in:
parent
5cbe1124bd
commit
39a40b9229
1 changed files with 17 additions and 0 deletions
17
app/contact/migrations/0002_alter_contact_options.py
Normal file
17
app/contact/migrations/0002_alter_contact_options.py
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Generated by Django 4.2.6 on 2023-10-16 19:34
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('contact', '0001_initial'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterModelOptions(
|
||||||
|
name='contact',
|
||||||
|
options={'verbose_name': 'Kontakt', 'verbose_name_plural': 'Kontakte'},
|
||||||
|
),
|
||||||
|
]
|
Loading…
Add table
Add a link
Reference in a new issue