slowcontrol:web_interface
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
slowcontrol:web_interface [2021/07/21 14:32] – 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 | + | * create the following |
- | * '' | + | |
- | * '' | + | |
- | * create directories | + | |
* '' | * '' | ||
* '' | * '' | ||
- | * | + | * 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.1626877930.txt.gz · Last modified: 2022/01/14 18:44 (external edit)