Re: Need Help From Senior Django-Angular Dev

2020-11-20 Thread Kasper Laudrup
go and angular. I found this with a quick search on one of those popular internet search engines out there: https://bezkoder.com/django-angular-crud-rest-framework/ Maybe that could be helpful? Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google

Need Help From Senior Django-Angular Dev

2020-11-20 Thread Nouman Mehmood
hello all, Hope you're doing great. I am new to Django and angular. I am trying to figure out how to integrate Django-Angular project. I'm having trouble finding answers to the errors mainly when i am trying to integrate my login api (django-restframe work i.e. token authentication)

Re: Django - Angular 4 Serializer for inserting Parent and child Models using single JSON post

2018-04-26 Thread Serge Kalimunda
Hey dear, how to get out of the group conference? plz help On Mon, Apr 9, 2018 at 3:22 PM, Nathan Sivathanu < nathan.sivathanupil...@gmail.com> wrote: > My requirement - I have two models TravelReq and TravelReqDetails as below > > class TravelReq(models.Model): > empid= models.CharField(max_

Django - Angular 4 Serializer for inserting Parent and child Models using single JSON post

2018-04-09 Thread Nathan Sivathanu
My requirement - I have two models TravelReq and TravelReqDetails as below class TravelReq(models.Model): empid= models.CharField(max_length=7) startdate= models.DateField() enddate= models.DateField() remarks= models.CharField(max_length=30) missionname= models.CharField(m

Re: django angular

2017-03-03 Thread mohamed shawky
> hello andrea > you are right about json format i reeeally done and make it json api the problem is when angular make post function how i receve the data on database im working on django+angular+mongodb thank you in advance -- You received this message because you are subscribed

Re: django angular

2017-03-03 Thread Andreas Kuhne
Hi Mohamed, I would start by looking at some of the tutorials for django rest framework - because you will need to have a format like json to communicate from angular to the database. Checkout : http://www.django-rest-framework.org/ I would also recommend looking at the tutorials on angular : htt

django angular

2017-03-02 Thread mohamed shawky
how to save data which it come from angular in data base -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to th