bartTC / django-attachments

A generic Django application to attach Files (Attachments) to any model.
BSD 3-Clause "New" or "Revised" License
296 stars 90 forks source link

Unable to open attachments with the link provide by your system #29

Closed darkicex3 closed 8 years ago

darkicex3 commented 8 years ago

I can't open any attachment files with the link : http://127.0.0.1:8000/attachments/article_article/15/my_file.pdf

screen shot 2016-05-31 at 09 32 13

I know that I have to create my own view and and an url, but your Django app don't do that already ? Maybe my configuration is bad.

bartTC commented 8 years ago

I think your MEDIA_URL|PATH setting is not setup properly and/or you're not serving static files. Please check and reopen if you think its an application issue.

darkicex3 commented 8 years ago

Yes exactly thank you