2012-06-06¶
- Implementing the real-time web with django - Kristian Øllegaard
- Wednesday morning lightning talks
- Wednesday afternoon lightning talks
- Keynote: make me make good choices - Jessica McKellar
- Involving women in the community - Lynn Root
- How Heroku Uses Heroku To Build Heroku - Craig Kerstiens
- Flasky goodness (or why django sucks?) - Kenneth Reitz
- Django core panel
- The recent switch to git: how is it going? Better? Pull requests?
- Core dev Luke Plant said CBVs were a mistake. Is that just a doc issue?
- Django is a full stack framework. What about shrinking it? More/less features?
- Should the docs provide hints for making 3rd party apps?
- What about the new admin interface? Is it happening?
- Python 3: will the apparently-working port be merged?
- NoSQL in django core? What is needed? The GSOC is stalled.
- Will django support model migrations itself? Without an external south?
- Should multilingual content need to be build more deeply into the core?
- Could there be any support for other concurrency models like gevent, eventlet?
- The real-time web, isn’t that only a problem for a limited amount of websites? The majority is fine with django + a bit of ajax?
- Adding tests to an uncovered application - Zach Smith