migration for previous commit
This commit is contained in:
parent
59a66107bb
commit
d6d5ef4f84
19
shop/migrations/0018_auto_20160529_1736.py
Normal file
19
shop/migrations/0018_auto_20160529_1736.py
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Generated by Django 1.9.2 on 2016-05-29 17:36
|
||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('shop', '0017_auto_20160529_1626'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.RenameModel(
|
||||||
|
old_name='CoinifyCallback',
|
||||||
|
new_name='CoinifyAPICallback',
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in a new issue