angular.js - Web applications built with Angular 2 + Django, how to mix them appropriately?
ringa_lee
ringa_lee 2017-05-15 17:14:18
0
1
675

Actual phenomenon

  1. Knows Django

  2. Familiar with angular 2

  3. 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:

  1. The entire front end is supported by angular (single page application)

  2. Django server degenerates into API server, only providing data (JSON)

  3. API design style uses Restful

  4. I wonder if it is possible?

  5. Do you still need to find a Django restful framework?

ringa_lee
ringa_lee

ringa_lee

reply all(1)
習慣沉默

No problem with the idea, search for front-end and back-end separation keywords

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template