Undestanding first project

2020-04-14 Thread Anil Choudhary
I've a question that will Django-restframework-jwt authentication work fine with Django 2.2? Or if not then, how can I change jwt authentication to jwt-simple authentication? -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscr

Re: Handling expired verification when using DJANGO-REST-AUTH

2020-04-14 Thread zhong ming wu
What I meant is that your code should be able to process `/api/signup/account-confirm-email/MQ:1j3qDl:rdNt45LkoDhdHsE_OUDFQqW95TY/` or the equivalent in your custom framework. Did you write code to process this particular endpoint or your “endpoint” just trigger verification email? Also,

How to upload multiple image files in django rest framework?

2020-04-14 Thread Talha Amjad
I am making a e-commerce like web application where users can upload advertisements and add multiple images to the advertisement. I can upload only one image but i want users to have the ability to add many images. Is there any way? #Here is my model class AdImage(models.Model): advertiseme

Re: How to upload multiple image files in django rest framework?

2020-04-14 Thread Mark Phillips
This might help you. https://blog.rousek.name/2017/08/11/uploading-multiple-files-in-django-admin/ Mark On Tue, Apr 14, 2020 at 11:23 AM Talha Amjad wrote: > I am making a e-commerce like web application where users can upload > advertisements and add multiple images to the advertisement. I ca