Nihal Singh
Nihal Singh
I've been having the same problem. Everything works locally, but I can only select one photo per gallery when in production. `python manage.py collectstatic` doesn't seem to solve it.
I figured out what was causing the problem. The static js and css files belonging to sortedm2m were getting a 404 on the production website. To identify if this is...
@richardbarran Confirming that `sortedm2m` was in fact inside `INSTALLED_APPS` in my `settings.py` file.
Thanks for sharing. This project is pretty obsolete, will test locally sometime and merge.