Difference between revisions of "Django app"

From Finninday
Jump to: navigation, search
(Created page with "Notes while running through the Django tutorial. https://docs.djangoproject.com/en/1.6/intro/overview/")
 
Line 1: Line 1:
 
Notes while running through the Django tutorial.
 
Notes while running through the Django tutorial.
  
 +
First, browse the overview here:
 
https://docs.djangoproject.com/en/1.6/intro/overview/
 
https://docs.djangoproject.com/en/1.6/intro/overview/
 +
 +
The real tutorial is here:
 +
https://docs.djangoproject.com/en/1.6/intro/tutorial01/
 +
 +
Oops, have to install (https://docs.djangoproject.com/en/1.6/intro/install/) before doing the tutorial.

Revision as of 02:41, 5 May 2014

Notes while running through the Django tutorial.

First, browse the overview here: https://docs.djangoproject.com/en/1.6/intro/overview/

The real tutorial is here: https://docs.djangoproject.com/en/1.6/intro/tutorial01/

Oops, have to install (https://docs.djangoproject.com/en/1.6/intro/install/) before doing the tutorial.