diff options
author | luxagraf <sng@luxagraf.net> | 2019-03-06 11:43:50 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-03-06 11:43:50 -0600 |
commit | 72f0ad55b81f60725f4c7091545f1f92e7c6d652 (patch) | |
tree | 46b1ee12404713fe9ef45288d8ff82138ae9392a /app/essays/migrations/0001_initial.py | |
parent | 6f9ad51fc779750c2a3c58b3a6aaff95ad4ff73c (diff) |
cleaned up template headers, added essay preamble to admin
Diffstat (limited to 'app/essays/migrations/0001_initial.py')
-rw-r--r-- | app/essays/migrations/0001_initial.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/essays/migrations/0001_initial.py b/app/essays/migrations/0001_initial.py index e315809..7b7ea62 100644 --- a/app/essays/migrations/0001_initial.py +++ b/app/essays/migrations/0001_initial.py @@ -11,7 +11,6 @@ class Migration(migrations.Migration): dependencies = [ ('photos', '0018_auto_20161130_1218'), - ('sketches', '0002_auto_20180208_0743'), ('books', '0007_auto_20190131_2351'), ('taxonomy', '0001_initial'), ] @@ -39,7 +38,6 @@ class Migration(migrations.Migration): ('afterword', models.TextField(blank=True)), ('books', models.ManyToManyField(blank=True, to='books.Book')), ('featured_image', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='photos.LuxImage')), - ('field_notes', models.ManyToManyField(blank=True, to='sketches.Sketch')), ('tags', taggit.managers.TaggableManager(blank=True, help_text='Topics Covered', through='taxonomy.TaggedItems', to='taxonomy.LuxTag', verbose_name='Tags')), ], options={ |