Config CI to ignore errors in 3rd party templates
This is necessary to ignore errors in the django rest framework.
... | ... | @@ -3,7 +3,7 @@ django-localflavor==1.3 |
Pillow | ||
django-static-precompiler>=1.4,<2 | ||
django-sendfile==0.3.10 | ||
django-template-check # This should be in dev-requirements somehow | ||
django-template-check>=0.3.0 # This should be in dev-requirements somehow | ||
bleach==1.4.3 | ||
django-tinymce==2.3.0 | ||
pytz | ||
... | ... |
Please register or sign in to comment