Django

Install Django on CentOS 6.4

Django Centos 6.4 installation instructions for noobs. So you want to build your first django centos 6.4 based web site? This is quite easy …

centos django python

Fix UnicodeEncodeError: ASCII Codec Can't Encode Characters in Python

The Error This is a solution for UnicodeEncodeError raised when saving a ‘POST’ in Django form where filename is in different …

django python

Install Django on CentOS 6 (Beginner's Guide)

NOTE: This article was rewritten for CentOS 6.4. please read the updated post. Django Centos 6 So you want your first django centos based …

centos django python

Django: Preserve Table Data When Adding Model Fields

How to preserve your existing table data when adding new fields to a Django model, using an export-reset-import workflow.

django python

Django: Return Model Rows as JSON

Overview I’ll demostrate in this article how to create a simple view to return JSON formatted rows from your model.

django json python

Django URL Routing for Beginners

How to use Django URL dispatcher Django routing module called URL dispatcher

django python

Django Tutorial: Adding Foreign User ID to Model

A short tutorial on adding a foreign key reference to Django’s built-in User model, linking your model’s records to …

django python web

Web Application Architecture Tips

A collection of practical web application architecture tips covering doctypes, meta tags, CSS practices, JavaScript frameworks, and mobile …

asp-net css derby-js

Install Python and Django on CentOS 6

A guide to installing Python and the Django web framework on CentOS 6 with Apache.

apache centos django