angularjs-django-rest-framework-seed
angularjs-django-rest-framework-seed copied to clipboard
Structure the files for rest services across apps
(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.
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.