Bixly How-To: integrate django with facebook – part1
**This article refers to an older version of the Facebook developers page and api, and may have changed since the writing** Being the biggest social...
**This article refers to an older version of the Facebook developers page and api, and may have changed since the writing** Being the biggest social...
The identification of the geographic location or geolocation of devices and users who use these devices is now a very common service provided by...
In the previous entry, “Bixly How-To: dynamically adding models for testing in django”, we created a separate app containing the models for testing...
I was wandering around the internet in search of some people in need of help. I stumbled upon this thread where someone was asking, “How can I make...
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...
Like many good apps, django-extensions either adds minor functionality or simplifies something django was already capable of doing. Some built-in...
Here’s a Django tutorial on registration. Registration allows you to have users. A weak registration system puts your site at risk of spammers...
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...
**This article refers to outdated and deprecated technology** Sentry catches any exception that your django project raises, and stores it in your...
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...