def url(self): return os.path.join('',settings.media_url+'uploads/', os.path.basename(str(self.image))) what is used of it

0

def url(self): return os.path.join('',settings.MEDIA_URL+'uploads/', os.path.basename(str(self.image))) what is used of it

By Beginner Duane Hane at Mar 29 2021


Related code examples


Code examples by languages