Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
It's my first question in this forum :D so my question is why do i need a web api to link between django and other js frameworks for example django with angular?

And is it necessary to build a web api like (rest api) to link between back end and front end? Thanks a lot.

What I have tried:

It's my first question in this forum :D so my question is why do i need a web api to link between django and other js frameworks for example django with angular?

And is it necessary to build a web api like (rest api) to link between back end and front end? Thanks a lot.
Posted
Updated 4-Apr-19 4:21am

1 solution

Because Django is not js library. It's a Python-based server framework. So your JS library communicates with a server via REST Api
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900