Paweljong doesn't appear in the frontend
For some reason the frontend for paweljong is not included into django-vite-values.json
even tho it seems to be recognized as an AlekSIS-App (e.g. it appears in the About
section).
The reason for this seems to be different ways of finding AlekSIS-Apps. The About
page uses the AppConfig which works flawlessly. The script for writing the vite values uses the entrypoint of the app packages using importlib.metadata
. For some reason this didn't include paweljong, but every other installed app. After some comparing of files and directories I found the issue to be a (for some reason) missing line in the pyproject.toml
.
How to fix it? → Include the line