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
  serializers
  urls

When acess foo.teste.com, I want see all urls availables of my applications 
in api-root

thanks

-- 
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, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/277cc83b-ac45-40de-8305-c927e0df3ab0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to