Entries tagged with reusable-app
Websocket support for django!
You know what WebSockets are? It's a new web protocol for bidirectional connections between the browser and your application server. This is a huge win over AJAX and plain HTTP since you don't need to establish a new connection for every tiny message.
Like TCP socket but for the web.
It's an exciting new technology - so I started experimenting with WebSockets and with my favourite webframework Django. Here is what I came up with, bundled into a reusable app called django-websocket.
Introducing django-publicmanager
I use nearly in all projects something like an is_public and a pub_date field
in my models. But using this introduces many possibilities to forget to check
this values in all places you use the model which would open up everything for information leaks.
django-publicmanager tries to fix this issue with two custom managers.
Released django-feedburner
I stumbled upon a stackoverflow question that asks about feedburner integration into a django app. django-feedburner is my attempt to bundle this into a reusable app.
Subscribe to this tag's feed.
about
Gregor Müllegger's Weblog on django, python, vim and anything else.
Feel free to contact me if you have question about my life, my work or my projects.
