justpy-org / justpy

An object oriented high-level Python Web Framework that requires no frontend programming
https://justpy.io
Apache License 2.0
1.17k stars 93 forks source link

Move example resources to example folder #642

Closed tholzheim closed 8 months ago

tholzheim commented 1 year ago

currently a few resources are on the parent folder of the project

but are only used by some examples. These resources should be moved to the examples folder or to the example itself.

For the static_test the problem of the static folder in the context of the demo_browser needs to be solved. https://github.com/justpy-org/justpy/blob/7e49c1dc69c490cc17a47f66d0ccad329c7383a3/examples/tutorial/static/static_test.py#L4-L7

WolfgangFahl commented 8 months ago

see #685