Web Interface Development

How to add a new app

Using Static files

Static files are e.g. html, js or css files which are included in the html code. To include them correctly use a tag like

    {% static '<filename>' %}

where <filename> contains no path.

Using Models

Models are container classes which can be used to store data in the DB.

Introductory Slides

https://seafile.rlp.net/smart-link/1bf7e8d0-c0cb-432f-a959-66425881e584/?dl=1