forked from TagesschuleElementa/www.tagesschule-elementa.ch
fixes
This commit is contained in:
24
src/project/migrations/0005_auto_20180322_1612.py
Normal file
24
src/project/migrations/0005_auto_20180322_1612.py
Normal file
@@ -0,0 +1,24 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.11 on 2018-03-22 16:12
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('project', '0004_auto_20180320_1351'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='partner',
|
||||
options={'verbose_name': 'Partner', 'verbose_name_plural': 'Partner'},
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='slideritem',
|
||||
name='next_slide_text',
|
||||
field=models.CharField(blank=True, max_length=255, null=True, verbose_name='Nächster Slide Text'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user