Django Authentication Backends
If you are building a Django frontend for a legacy application chances are you will need to integrate your existing user database table(s) with the the Django authentication system...
View ArticleTutorial: Django Template Tags
Introduction In the Python Web Framework Django, template tags can be used to modify data that is about to be output in a Django template file. In this tutorial we will learn how to create and use our...
View ArticleUsing Celery with Django
Introduction In a recent Django project I needed to issue some HTTP requests to a website, save the results and then display the information to the user. I could have issued those HTTP requests in a...
View ArticleTutorial Django Dojo DataGrid
Dojo is an open source Javascript toolkit. It provides an easy way to access and modify the DOM as well as a rich user interface widget library. One of the most powerful widgets in the Dojo toolkit is...
View Article