Difference between revisions of "Django"

From MyWiki
Jump to: navigation, search
Line 4: Line 4:
 
#[[ Using a template. ]] <br>
 
#[[ Using a template. ]] <br>
 
#[[ Using a template with parameters. ]]<br>
 
#[[ Using a template with parameters. ]]<br>
 +
#[[ Using CSS files ]] <br>

Revision as of 16:55, 19 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