Difference between revisions of "Django"

From MyWiki
Jump to: navigation, search
(Created page with " Simple "Hello world" application <br>")
 
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[ Simple "Hello world" application ]]<br>
+
#[[ Simple "Hello world" application ]]<br>
 +
#[[ Extended "Hello world" application to name user ]] <br>
 +
#[[ Extended "Hello world" application to name user an accept any name ]] <br>
 +
#[[ Using a template. ]] <br>
 +
#[[ Using a template with parameters. ]]<br>
 +
#[[ Using CSS files ]] <br>
 +
#[[ Create a flights app which talks to a database ]]<br>

Latest revision as of 18:40, 20 March 2021

  1. Simple "Hello world" application
  2. Extended "Hello world" application to name user
  3. Extended "Hello world" application to name user an accept any name
  4. Using a template.
  5. Using a template with parameters.
  6. Using CSS files
  7. Create a flights app which talks to a database