Re: Django Rest Framework create api-root ???

2014-06-20 Thread Glyn Jackson
The documentation explains this very well: http://www.django-rest-framework.org/tutorial/5-relationships-and-hyperlinked-apis -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it,

Django Rest Framework create api-root ???

2014-06-20 Thread Carlos Perche
Using DjangoRestFramework, how can I create api-root with all urls for my apps Like this e.g. I have following apps core_api views models serializers urls equipments views models serializers urls companies views models serializers urls contacts views models