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 : https://angular.io/docs/ts/latest/tutorial/ (assuming you are using angular 2 - which you should be :-)) To connect the two - Look at something like : https://github.com/pselle/django-rest-angular2-example Your question is a bit broad to give a better solution than this. Regards, Andréas 2017-03-03 4:25 GMT+01:00 mohamed shawky <[email protected]>: > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/eb01cf3a-7d13-458f-b369-4d7ebefae066%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/eb01cf3a-7d13-458f-b369-4d7ebefae066%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALXYUb%3DUY4tBJx74wTFNzKM10d61UQXOQUT5aERLRBUTdP86rg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

