Introduction to web development with Python and Django
latest
  • Introduction
  • Setup
  • Creating Web Services
  • Resources
Introduction to web development with Python and Django
  • Docs »
  • Introduction to web development
  • Edit on GitHub

Introduction to web developmentΒΆ

Contents:

  • Introduction
    • The Internet
    • Http and the Request / Response cycle
    • The Client Server Architecture
    • HTML
    • Databases
    • Exercise
    • Take Away
  • Setup
    • Project folder
    • Installing Django
    • Creating Django project
    • settings.py
    • Creating the Database
    • Inspecting the Database
    • Running the server
    • Creating & installing the Blog App
  • Creating Web Services
    • website/urls.py
    • Saying hello
    • GET parameters
    • Exercises
  • Resources
Next

© Copyright 2014, Greg Loyse. Revision a7978f71.

Built with Sphinx using a theme provided by Read the Docs.