Questions tagged [django-uploads]

Django-uploads refers to how django handles file uploads

Django-uploads refers to how django handles file uploads

See also:

91 questions
0
votes
1 answer

Issues with uploading images

I want to upload images and they must be store in media folder.But when I upload an image it is uploaded and its name is store in database but image is not stored in media folder (even I don't know where it stored). settings.py is: MEDIA_ROOT =…
user786
  • 383
  • 1
  • 3
  • 15
1 2 3 4 5 6
7