Federico Capoano
Federico Capoano
@uradotdesign @avocadodavinci looking forward to your feedback on this task we've been working on.
@avocadodavinci: due to technical, time and budget constraints we cannot implement the full solution proposed by URA right now. Our goal in this iteration is to improve the situation without...
> @nemesifier I figured there might be some technical constraints at this time, let me know when you’ve implemented the short term improvements and I can take another look. >...
Thanks for trying!
A way to tell the notification widget to not load at all may solve it, we never know where we may need to run this.
Would be cool, how much work do you think it requires?
@bigbob556677 I found two possible solutions using other packages: - http://whitenoise.evans.io/en/stable/django.html#add-compression-and-caching-support - https://github.com/armandtvz/django-compress-staticfiles But I'm still using pipeline for minifying the HTML. I think it would be better to have...
> Hi @nemesisdesign, > > Can you be more precise when you say "having to bundle files together"? What behavior did you want? This is the feature I'm looking for:...
I just incurred in this issue, when trying to validate a model during a data migration I get: `django.core.exceptions.ValidationError: {'status': ["Value 'modified' is not a valid choice."]}`
I think we can follow the convention that is followed in the core of django: use [flake8](http://flake8.pycqa.org/en/latest) and [isort](https://github.com/timothycrosley/isort) end enforce these style conventions in the build, see the [django...