Delete 0002_auto_20180608_2002.py

This commit is contained in:
Chris Shyi
2018-06-08 20:59:34 -04:00
committed by GitHub
parent 53f78853d9
commit d995a15444

View File

@@ -1,18 +0,0 @@
# Generated by Django 2.0.5 on 2018-06-09 00:02
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('spotifyvis', '0001_initial'),
]
operations = [
migrations.AlterField(
model_name='artist',
name='genre',
field=models.CharField(max_length=30),
),
]