rename website_footer ->footer

This commit is contained in:
virusdefender
2016-11-19 17:19:04 +08:00
parent 637baba71b
commit 294fd8b5b2
4 changed files with 24 additions and 4 deletions

View File

@@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.9.10 on 2016-11-19 08:57
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('conf', '0001_initial'),
]
operations = [
migrations.RenameField(
model_name='websiteconfig',
old_name='website_footer',
new_name='footer',
),
]