diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-02-27 12:02:19 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-02-27 12:02:19 -0700 |
commit | 88828059d1ee6799790be340427b327eb82b1035 (patch) | |
tree | 4f6a16e7afed2f1976b347d005a7af1126144e59 | |
parent | 4f7448e9a8fe0d7733d27100be7c3cca88e38c8c (diff) |
Adding model cluster to packages
-rw-r--r-- | isort.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ sections=FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER skip=migrations include_trailing_comma=True # Because neovim runs in separate container, explicitly calling out third parties is needed -known_third_party=pdfcrowd,PyPDF2,pytest,mock,model_mommy,adminactions,private_storage,wagtail +known_third_party=pdfcrowd,PyPDF2,pytest,mock,model_mommy,adminactions,private_storage,wagtail,modelcluster |