Knows Django
Familiar with angular 2
But Django is a complete MVC framework (the front end is Django’s V), and of course it can also return JSON
But when the two are combined, I don’t know how to do it.
My current thoughts:
The entire front end is supported by angular (single page application)
Django server degenerates into API server, only providing data (JSON)
API design style uses Restful
I wonder if it is possible?
Do you still need to find a Django restful framework?
No problem with the idea, search for front-end and back-end separation keywords