Hi Perceval,

On production I think you have to allow access to your MEDIA path, I
normally do this on the apache config per site.

Do you mind sharing your code or maybe  screen shots of what appears on the
admin screen.

Also it maybe be worth to return a name or url path like __str__
<https://docs.djangoproject.com/en/3.0/ref/models/instances/#django.db.models.Model.__str__>
your
model.

You may also wanna check
https://django-easy-pdf.readthedocs.io/en/v0.2.0-dev1/  and
https://stackoverflow.com/questions/11779246/how-to-show-a-pdf-file-in-a-django-view/46267916

On Thu, Apr 23, 2020 at 12:26 PM Perceval Maturure <drperce...@gmail.com>
wrote:

> Hi Lunga
> When debug mode is False in production the url link of the file is not
> accessible in admin which is ok for security reasons but in admin I can
> download the file for preview
> Regards
> Perceval
>
> On Wed, 22 Apr 2020 at 18:39, Lunga Baliwe <lunga...@gmail.com> wrote:
>
>> Maybe you can check Django FileField
>> <https://docs.djangoproject.com/en/3.0/ref/models/fields/#filefield>  for
>> upload and check what it looks like on the admin side.
>>
>>
>> On Wed, Apr 22, 2020 at 6:09 PM Hella Nick <personh...@gmail.com> wrote:
>>
>>> me to。do you help me?
>>>
>>> Perceval Maturure <drperce...@gmail.com>于2020年4月22日 周三07:31写道:
>>>
>>>> Hi Django Users
>>>>
>>>> I am developing a Django document management system which will cater
>>>> for pdf file uploads. What is the best resource to use (tutorial) as I want
>>>> to have the pdfs accessible from admin. Can I do this with Django filer
>>>>
>>>> Regards
>>>>
>>>> Perceval
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Django users" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to django-users+unsubscr...@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/django-users/B912F6EC-E628-49E8-91AB-8442B25A7E34%40gmail.com
>>>> .
>>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to django-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CAHfGPEfRLO_VqswP9sHG%2BOM_HOob%2BQw2ztgvZx3TbMd5%3Dtk50w%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/django-users/CAHfGPEfRLO_VqswP9sHG%2BOM_HOob%2BQw2ztgvZx3TbMd5%3Dtk50w%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CANDnEWdBhLMgNud%2B6CZguak0%3DSEivu2VHOGEOY1RV2kVjS7oFw%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CANDnEWdBhLMgNud%2B6CZguak0%3DSEivu2VHOGEOY1RV2kVjS7oFw%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
> --
> Sent from Gmail Mobile
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAFZtZmAXX6s8E3h40CviBWqyfbyMqCZf%2ByJ2t9au4nNBUege6g%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAFZtZmAXX6s8E3h40CviBWqyfbyMqCZf%2ByJ2t9au4nNBUege6g%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANDnEWcsKHPj%2BazXSnpEAb6BubFZPzxhtskjpTaz1c%2B93rO-%3Dw%40mail.gmail.com.

Reply via email to