Re: Problem to see file or image uploaded in admin django

2020-08-24 Thread AMINE AZIZ
INE AZIZ wrote: > >> Problem to see file or image uploaded in admin django >> >> see image below >> >> my setting.py >> >> >> >> import os >> from django.utils.translation i

Re: Problem to see file or image uploaded in admin django

2020-08-24 Thread Ogunsanya Opeyemi
Hi, do you have pillow installed in your library. and look for the image in that path in your local directory. On Mon, Aug 24, 2020 at 12:59 PM AMINE AZIZ wrote: > Problem to see file or image uploaded in admin django > > see image below > >

Problem to see file or image uploaded in admin django

2020-08-24 Thread AMINE AZIZ
Problem to see file or image uploaded in admin django see image below my setting.py import os from django.utils.translation import gettext_lazy as _ # Build paths inside the project like this: os.path.join(BASE_DIR, ...) BASE_DIR