S
S
stayHARD2016-05-04 12:36:28
Django
stayHARD, 2016-05-04 12:36:28

Best practice on the structure and assembly of the project?

Hello, {{ user.username }}.
We are going to write a single-page website.
For work, we want to use this set:
- Django 1.9
- Angular.js 1.5
- gulp 3.9
Maybe something else?
Actually, there was no experience of the Django + Angular bundle. Interested in the structure of the project, so that it could be scaled in the future (for sure, there will be more than one app from Angular).
If you have an example of such a project, it would be nice to see how you implemented it and WHY in this way and not otherwise?
Z.Y. Projects like this one - https://github.com/nnja/tweeter have seen, you need something more complicated.
Thanks :)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2016-05-04
@stayHARD

There are more questions on how to do it right on the angular side - https://github.com/johnpapa/angular-styleguide
On the django side, do versioning api

A
Alexey Sergeev, 2016-05-04
@SergeevAI

Django-Rest-Framework, configure to RESTful API models and that's it.
In Angular, you prescribe resources and services, display them as you like.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question