How to get previously uploaded Images in Django

2020-05-04 Thread Nomeh Uchenna Gabriel
You should read about customising the admin here: https://docs.djangoproject.com/en/3.0/intro/tutorial07/ ... but I suggest that you build your own website control panel which will control your website with API's -- You received this message because you are subscribed to the Google Groups "D

How to get previously uploaded Images in Django

2020-05-03 Thread Ahmed Khairy
I am using Django 2.2 to make a project where designers upload designs and when I want to post them from admin, I want to choose their names and after I choose their names only their designs appear in the drop down list. So far I have reach the reach the designer name in a drop down list but I