<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=338168267432629&amp;ev=PageView&amp;noscript=1">

Get notified about the latest in Tech

Be the first to know about new tech from the experts at Bixly!

Programming

How to add reCAPTCHA to your django forms

We use recaptcha to protect against bots. I will show you how to integrate Google’s reCAPTCHA with your django forms. Here are the steps to make it...

Programming

django-piston

Let’s say you wanted to provide third-party application support for your web application. You’ll probably make an app that handles API calls, set up...

Programming

haystack

Search is an essential tool for any website, and is a feature often requested by both site owners and users. While the built-in Django QuerySet...

Programming

django-articles and DISQUS

Django-articles (articles) is a fully-featured blog engine. This is useful for those who wish to set up a blog that’s tightly coupled to an existing...

Programming

django-filebrowser and grapelli

Django-grappelli provides a revamp of the existing Django admin look and feel. In itself, it simply makes your site look better—you’ll need this in...

Programming

django-sorting

There is also an easy way to sort tabular data this time using django-sorting (https://github.com/directeur/django-sorting). Setup is described in...

Programming

django-dilla: Uber-cool DB spammer for Django

I remember one of my Django projects wherein I was asked to populate the database with 30k dummy rows of data. So what I did was to find myself a...

Programming

Showpy Episode 4: Django Piston

Django Piston is a tool that creates API’s on the fly from your Django projects.  Ryan gives us an overview with examples in this screencast.