ソースを参照

Update migrations for 0.19 (#350)

* Update migrations for 0.19

* Exclude migrations from flake8
Vince Salvino 4 年 前
コミット
9b12f6f1fc

ファイルの差分が大きいため隠しています
+ 24 - 0
coderedcms/migrations/0018_auto_20200805_1702.py


ファイルの差分が大きいため隠しています
+ 2 - 4
coderedcms/project_template/basic/website/migrations/0001_initial.py


ファイルの差分が大きいため隠しています
+ 2 - 4
coderedcms/project_template/sass/website/migrations/0001_initial.py


+ 1 - 1
setup.cfg

@@ -1,3 +1,3 @@
 [flake8]
-exclude = coderedcms/project_template/*,migrations,schema.py
+exclude = coderedcms/project_template/*,*/migrations/*,schema.py
 max-line-length = 100

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません