Skip to content

Web App Example

Compare
Choose a tag to compare
@octaflop octaflop released this 02 Sep 23:28
· 8 commits to master since this release

2. web_app

  1. Same steps as 1-8 in 01_web_page , substituting pages for app
  2. Let's edit the view this time. Note that template variables are just python dictionaries.
  3. Also edit the template.
  4. Create a new template and view function: dynamic.html.
  5. Add a <form> to this template using django forms
  6. Don't forget about csrf!