From 5bc22c064fbc51987007d85fbc8296a998cf6e84 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 18 Sep 2019 21:14:38 -0400 Subject: added posts, consolidated essays into posts --- app/guides/migrations/0005_remove_guide_category.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 app/guides/migrations/0005_remove_guide_category.py (limited to 'app/guides/migrations/0005_remove_guide_category.py') diff --git a/app/guides/migrations/0005_remove_guide_category.py b/app/guides/migrations/0005_remove_guide_category.py deleted file mode 100644 index 71d0280..0000000 --- a/app/guides/migrations/0005_remove_guide_category.py +++ /dev/null @@ -1,17 +0,0 @@ -# Generated by Django 2.1.7 on 2019-09-14 07:08 - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('guides', '0004_auto_20190914_0646'), - ] - - operations = [ - migrations.RemoveField( - model_name='guide', - name='category', - ), - ] -- cgit v1.2.3-70-g09d2