<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

Location Awareness in Django

The identification of the geographic location or geolocation of devices and users who use these devices is now a very common service provided by...

Programming

django-static-files

Note: Django Static Files (django-staticfiles) has been included as a contrib app in django 1.3. However, for the most cutting edge features, and...

Programming

django-extensions: Like Shortcuts for Django

Like many good apps, django-extensions either adds minor functionality or simplifies something django was already capable of doing. Some built-in...

Programming

Going Beyond Django’s Registration

Here’s a Django tutorial on registration. Registration allows you to have users. A weak registration system puts your site at risk of spammers...

Programming

django-imagekit

The need may arise for different versions of the same image to be used in different parts of your site. ImageKit is an app that takes care of...

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...