Tag: Django
Getting Started with Django – Best Practices
21 Views0 Comments0 Likes
In this quick tutorial, Marakana Python expert Simeon Franklin will cover: - Installing django the easy way - using a virtualenv to isolate your development environment - getting rid of hard coded paths in your settin...
Install Django on Ubuntu 10.04
7 Views0 Comments0 Likes
Video tutorial showing how to Install Django on Ubuntu , from source.
Forms – Full Web Framework Python Django Tutorial XV Blog – Windows/Linux/Ubuntu
10 Views0 Comments0 Likes
How to use the forms in django
Building a blog in 30 mins with Django (Screencast HD)
14 Views0 Comments0 Likes
Build a fully functional blog (with archives, RSS and tags) in an easy to follow screencast using Django 1.3 (final). It also covers class based generic views and using django Taggit. Django is a high-level Python web...
Getting Started with Django
7 Views0 Comments0 Likes
Note: updated version available at www.youtube.com A brief tutorial for setting up a Django application on WebFaction. We show you how to setup your Django application, serve static media, serve admin media, and insta...
Google I/O 2008 – Python, Django, and App Engine
10 Views0 Comments0 Likes
Rapid Development with Python, Django, and Google App Engine Guido van Rossum (Google) Learn how to create great web applications quickly on Google App Engine using the Django web framework and the Python language. Go...
Django Tutorial 1 – Project Settings and Configuration – Hacked Existence
7 Views0 Comments0 Likes
Django Tutorial 1 - Project Settings and Configuration Code can be found on the project page here - hackedexistence.com This tutorial walks through the steps to setup and configure a new django project from scratch. I...
Django Tutorial #1 Part I (Django 1.3) (Not recommended for Django version 1.4)
9 Views0 Comments0 Likes
Video tutorial to for the beginners, to get up and running with Django 1.3 web development framework.