Re: How to Structure Django Rest Framework API

2018-10-18 Thread Andréas Kühne
Hi, I have followed this approach when I created my current app: http://danielhnyk.cz/django-rest-framework-how-to-structure-your-app/ The only thing I have added to that is versioning. We also have a v1 on our url and in our directories as well. Regards, Andréas Den tors 18 okt. 2018 kl 13:0

How to Structure Django Rest Framework API

2018-10-18 Thread Ali Cheema
Hi, I am new to django, I have to develop an API using django rest framework. I am confused about directory structure of my project. Please can you suggest be best directory structure for my project which should be easy to maintain and salable as well. Thanks in advance. -- You received this