Build reusable components in Django without writing a single line of Python. (more…)
Read more »
Django has added support for Postgres's built-in full-text searching as of version 1.10. This is a great alternative to a heavier search system such as elasticsearch or SOLR, when we want decent search capabilities without having to setup and maintain ano... (more…)
Read more »
Non conosci ancora Django o non hai mai programmato? Questo è il posto giusto da dove cominciare! (more…)
Read more »
This article describes the authentication with XMPP on a Django powered website.
Read more »
I recently wrote about the difficulty of building web products like CodeStories. Today, I want to be more constructive and contribute what I learned during the process of allowing CodeStories to accept customer payments. Hopefully, this tutorial will seem... (more…)
Read more »