Browse Source

Update migrations for 0.19 (#350)

* Update migrations for 0.19

* Exclude migrations from flake8
Vince Salvino 4 years ago
parent
commit
9b12f6f1fc

File diff suppressed because it is too large
+ 24 - 0
coderedcms/migrations/0018_auto_20200805_1702.py


File diff suppressed because it is too large
+ 2 - 4
coderedcms/project_template/basic/website/migrations/0001_initial.py


File diff suppressed because it is too large
+ 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

Some files were not shown because too many files changed in this diff