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

Root URL showing trailing dollar sign. #3

Closed tomchristie closed 11 years ago

tomchristie commented 11 years ago

See the '/' endpoint in the included image.

Screen Shot 2013-01-22 at 12 17 52

marcgibbons commented 11 years ago

Hmm... Can I see the url pattern ?

tomchristie commented 11 years ago

You can replicate the issue by adding the docs to the finished rest framework tutorial: https://github.com/tomchristie/rest-framework-tutorial

URL patterns are listed here: https://github.com/tomchristie/rest-framework-tutorial/blob/master/tutorial/urls.py

On 22 Jan 2013, at 22:37, Marc Gibbons notifications@github.com wrote:

Hmm... Can I see the url pattern ?

— Reply to this email directly or view it on GitHub.

marcgibbons commented 11 years ago

Fixed