Skip to content

Customizing UI #2820

Answered by SchrodingersGat
4jag asked this question in Q&A
Apr 13, 2022 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Making running changes to the code is difficult in the production environment. Any changes made to the python code would require a server restart.

However if you're only changing front-end web code (e.g. javascript / html) then you should be able to do this in the production environment.

You will need to edit the particular files within the running container, and then simply refreshing the browser should display the changes.

Note that for javascript file changes, the javascript files are copied into the static directory, rather than being rendered on the fly. So you cannot edit the "source" javascript file, rather the copy which has been placed into the static directory.

Making any of the…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by matmair
Comment options

You must be logged in to vote
1 reply
@matmair
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants