zackargyle / angularjs-django-rest-framework-seed

Seed for a cross domain Angularjs/Django Rest Framework Application
170 stars 38 forks source link

Structure the files for rest services across apps #6

Open jpatel3 opened 9 years ago

jpatel3 commented 9 years ago

(Its not an issue, its a suggestion/question)

Thanks for providing the seed repo. Though it might be helpful to have at least two apps under the django project to show how to structure the code in terms of resources, serializers, and permissions.

I believe serializers can go along with apps and resources can be either in the views or in the api (placeholder) app.

zackargyle commented 9 years ago

Would love to accept a PR with that happening! I haven't touched this in a while, but glad to know it is still helpful/relevant.