slowcontrol:web_interface
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
slowcontrol:web_interface [2021/07/21 14:27] – created himuser | slowcontrol:web_interface [2022/08/11 11:52] (current) – himuser | ||
---|---|---|---|
Line 4: | Line 4: | ||
* create a new directory inside '' | * create a new directory inside '' | ||
+ | * create the following subdirectories | ||
+ | * '' | ||
+ | * '' | ||
* create the following files | * create the following files | ||
- | | + | |
- | * '' | + | * '' |
+ | * update '' | ||
+ | * add an '' | ||
+ | * update the appropriate template file in '' | ||
+ | |||
+ | == 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 '< | ||
+ | where ''< | ||
+ | |||
+ | == Using Models == | ||
+ | Models are container classes which can be used to store data in the DB. | ||
+ | * define the model classes in '' | ||
+ | * add the model class names in '' | ||
+ | |||
+ | |||
+ | == Introductory Slides == | ||
+ | [[https:// |
slowcontrol/web_interface.1626877642.txt.gz · Last modified: 2022/01/14 18:44 (external edit)