MohamedShawky

Results 4 comments of MohamedShawky

@BurkovBA Hi, BurkovBA! First, I would like to thank you for your cooperation can you help me in develop an web applicaion which it like facebook how to make it...

@BurkovBA thanks alot i have a help in a specific code which like that ``` class ReplyComment(EmbeddedDocument): user = ReferenceField(Users) content = StringField() class Comments(EmbeddedDocument): user = ReferenceField(Users) content =...

Hi @BurkovBA in the user app how to allow POST data to DRF-ME when i run project that appears to me HTTP 401 Unauthorized Allow: GET, HEAD, OPTIONS Content-Type: application/json...

hi @BurkovBA i make viewset support POST method but when posting data an error occure which like this ``` Got a `ValidationError` when calling `User.objects.create()`. This may be because request...