From 4fec1159612fad17a7385ba8aadc4a4b165d5aa9 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 7 Oct 2019 15:27:00 -0400 Subject: added new posts stuff and changed name of src posts --- app/taxonomy/migrations/0002_auto_20191007_0913.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/taxonomy/migrations/0002_auto_20191007_0913.py (limited to 'app/taxonomy/migrations/0002_auto_20191007_0913.py') diff --git a/app/taxonomy/migrations/0002_auto_20191007_0913.py b/app/taxonomy/migrations/0002_auto_20191007_0913.py new file mode 100644 index 0000000..fb53007 --- /dev/null +++ b/app/taxonomy/migrations/0002_auto_20191007_0913.py @@ -0,0 +1,17 @@ +# Generated by Django 2.2.6 on 2019-10-07 09:13 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('taxonomy', '0001_initial'), + ] + + operations = [ + migrations.AlterModelOptions( + name='category', + options={'verbose_name': 'Category', 'verbose_name_plural': 'Categories'}, + ), + ] -- cgit v1.2.3-70-g09d2