0004_auto_20170210_1420.py 419 B

12345678910111213141516171819
  1. # -*- coding: utf-8 -*-
  2. # Generated by Django 1.10.5 on 2017-02-10 14:20
  3. from __future__ import unicode_literals
  4. from django.db import migrations
  5. class Migration(migrations.Migration):
  6. dependencies = [
  7. ('base', '0003_footertext'),
  8. ]
  9. operations = [
  10. migrations.AlterModelOptions(
  11. name='footertext',
  12. options={'verbose_name_plural': 'Footer Text'},
  13. ),
  14. ]