From 6e91e0ec09a66010f9973eceb827c3474d9f5e7f Mon Sep 17 00:00:00 2001 From: Etienne Loupias Date: Thu, 15 Nov 2018 16:00:59 +0100 Subject: [PATCH] Suppression du RenameModel qui etait deja fait --- .../migrations/0002_auto_20180828_1339.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 grandlyon_elyx/migrations/0002_auto_20180828_1339.py diff --git a/grandlyon_elyx/migrations/0002_auto_20180828_1339.py b/grandlyon_elyx/migrations/0002_auto_20180828_1339.py deleted file mode 100644 index def2259..0000000 --- a/grandlyon_elyx/migrations/0002_auto_20180828_1339.py +++ /dev/null @@ -1,18 +0,0 @@ -# -*- coding: utf-8 -*- -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('grandlyon_elyx', '0001_initial'), - ] - - operations = [ - migrations.RenameModel( - old_name='TestConnector', - new_name='grandlyonElyx', - ), - ]