Open aleensd opened 1 week ago
Great to see this! Is it ready for testing in demo? Make sure you push the static files as well!!!
@mgogoulos i still need to clean up the code a bit test it more and add keyboard keys functionalities
This looks great so far!
I've made these two changes and pushed them in main, can you sync in order to get them?
files/models.py
on slideshow_items = getattr(settings, "SLIDESHOW_ITEMS", 30)
It expects a setting SLIDESHOW_ITEMS and will read that number, otherwise it sets a default of 30. If you want, give it a test, eg upload a larger number of images, and increase this number to see how they look
Other than that, I have the following suggestions:
Description
Steps
Pre-deploy
Post-deploy