justpy-org / justpy

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

db_test.py #626

Closed byzakyz closed 1 year ago

byzakyz commented 2 years ago

examples/grids_tutorial/database/db_test.py

uses chinook.db which was previously put in gitignore because it was floating around in the directories. Removed it from gitignore and now its under the jutpy file. I think the example still can't find this database

image

WolfgangFahl commented 2 years ago

@byzakyz It should be in the .gitignore and the code should use a url or dynamic download to a users home subdirectory instead. I think i already changed another demo in this style and you could get inspiration there.

byzakyz commented 2 years ago

@byzakyz It should be in the .gitignore and the code should use a url or dynamic download to a users home subdirectory instead. I think i already changed another demo in this style and you could get inspiration there.

Which demo is that? There were some other examples where the files should be put under the applications static directory like the vue components. Should this also be changed int the future?

WolfgangFahl commented 1 year ago

What actions are left to close this issue?