lecture_html illustrated in class: to get the code, do (from the py4web directory):
cd apps
git clone https://luca_de_alfaro@bitbucket.org/luca_de_alfaro/lecture_html.git
This will create the lecture_html
application. We will go over the application in detail in the next class, but you might want to play with it ahead of time.
lecture_forms app, which will be described next time: https://bitbucket.org/luca_de_alfaro/lecture_form/src/master/ .
As you can see from the commit history https://bitbucket.org/luca_de_alfaro/lecture_form/commits/ , the app is built in stages.
You can look at the commits starting at "removed 5.12 fa" (tagged with start-here) for how we will build it.