Django Sponsorships

2018-11-21 Thread will
I'm starting a thread here on exploring potential sponsorships for Django. PyCharm did one last month that seemed to work out well for both sides: Django received 30% of sales and PyCharm had increased exposure. The primary goal is to help fund Django itself. The secondary goal is exposure for

Reactive frontend using Django templates?

2018-11-21 Thread Brylie Christopher Oxley
Hello, I have been developing with Meteor.js for about four years now. One really nice aspect of Meteor is that it streams data to the client, which in turn updates the templates (e.g. adding chat messages to a list). When I look for such a solution with Django, it seems that Channels is a solu

Re: Reactive frontend using Django templates?

2018-11-21 Thread Andrew Godwin
Hi Brylie, There are no such efforts at the moment - Django is still focused on being a backend language for the most part, and we don't really have any of the pieces in place to do dynamic template rendering. We're more focused on providing the fundamental components to let other people build tha