marcgibbons / django-rest-framework-docs

An inventory tool for Django Rest Framework v2 API endpoints
BSD 2-Clause "Simplified" License
95 stars 34 forks source link

Might make more sense to have the docs URL as the index. #1

Closed tomchristie closed 11 years ago

tomchristie commented 11 years ago

It's not immediately obvious that when you include it in the URL conf using...

url(r'^rest-api/', include('rest_framework_docs.urls')),

That the docs endpoint is actually...

rest-api/docs/

It might(?) be better to have the docs view at the index, so it's simply hosted at:

rest-api/

What do you think?

marcgibbons commented 11 years ago

Good call!

marcgibbons commented 11 years ago

Fixed