Archive for the ‘django’ Category

Using Django As Your Web Framework
POSTED ON September 29th, 2009 by Aidan | 3 Comments » | Tags: , ,
Posted in applications stacks, django, Linux, python, virtual servers |

djangoDjango is one of a couple of pre-installed applications we currently offer on our virtual private servers , a summary on the django website describes it as “a high-level Python Web framework that encourages rapid development and clean, pragmatic design.”

What this actually means is , its saves you timeĀ  , alot of it. It does this by providing you with a large range of pre-installed modules which you can easily use and configure to suit whatever application your looking to build.
As Django is already pre installed on your server with us i can skip that part and explain how you go about how django is set-up and basic settings you might need to get started

(more…)