diff options
author | luxagraf <sng@luxagraf.net> | 2020-11-15 10:13:08 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-11-15 10:13:08 -0500 |
commit | 7509da286bccd1dda358507cd455f9297db59247 (patch) | |
tree | 779aa3660e453d73268d22a72d9a5599cc94aa02 /app/posts/migrations | |
parent | b2434dcba142961b4a4b67780cf64e01d0908bf5 (diff) |
ported jrnl building to posts
Diffstat (limited to 'app/posts/migrations')
-rw-r--r-- | app/posts/migrations/0001_initial.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/posts/migrations/0001_initial.py b/app/posts/migrations/0001_initial.py index e853a06..3c36ee9 100644 --- a/app/posts/migrations/0001_initial.py +++ b/app/posts/migrations/0001_initial.py @@ -11,12 +11,10 @@ class Migration(migrations.Migration): initial = True dependencies = [ - ('jrnl', '0044_auto_20190917_1703'), ('books', '0009_book_afflink'), ('normalize', '__first__'), ('taxonomy', '0001_initial'), ('locations', '0018_auto_20190414_2124'), - ('fieldnotes', '0002_auto_20190303_1222'), ('photos', '0019_auto_20190704_0903'), ] |