Merge first implementation

This commit is contained in:
Sonny 2019-06-22 09:29:56 +00:00
parent abacb72b30
commit c508cca080
71 changed files with 3902 additions and 0 deletions

7
.isort.cfg Normal file
View file

@ -0,0 +1,7 @@
[settings]
include_trailing_comma = true
line_length = 80
multi_line_output = 3
skip = env/
forced_separate=django, newsreader
lines_between_types=1