You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2020. It is now read-only.
The pictures are uploaded but there are 404 file not found errors for the thumbnails as screenshots attached. I am pretty new to django, can someone please help. Thanks.
The text was updated successfully, but these errors were encountered:
I guess it won't help you now, but the urls was not working until I made it compatible with Django 1.9 just now. I guess this problem was with at least 1.8 as well.
Then try localhost:8000 and do your uploads again. In my case, after the clean clone as described, the files are downloaded nicely from /media/pictures. Still on Django 1.9 in that case. I will see how much work is needed to get to 2.0 now.
The code repository worked fine with 1.10.8 and 1.11.10, but developers should use Django 2 now.
I needed to change the url parts of the code and was able to migrate to Django 2.0 (and Python 3). You could try a clean checkout of the new version and see if it works for you:
The pictures are uploaded but there are 404 file not found errors for the thumbnails as screenshots attached. I am pretty new to django, can someone please help. Thanks.

The text was updated successfully, but these errors were encountered: