You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
568 B
25 lines
568 B
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.11.6 on 2017-12-05 18:33
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('achievements', '0004_auto_20171205_1823'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='achievements',
|
|
old_name='icon',
|
|
new_name='img',
|
|
),
|
|
migrations.RenameField(
|
|
model_name='diploma',
|
|
old_name='icon',
|
|
new_name='img',
|
|
),
|
|
]
|
|
|