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', - ), - ]