瀏覽代碼

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

部分文件因文件數量過多而無法顯示