Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Django REST Framework RESTful Django GET Requests with APIViews

Pachal Debbarma
PLUS
Pachal Debbarma
Courses Plus Student 3,597 Points

Django REST Framework Video4 (APIView) 404 error.

Page not found (404) Request Method: GET Request URL: http://127.0.0.1:8000/api/v1/courses Using the URLconf defined in ed_reviews.urls, Django tried these URL patterns, in this order: ^admin/ ^api-auth/ ^api/v1/courses/ The current path, api/v1/courses, didn't match any of these.

I am getting this issue even after I have checked the code thoroughly.can anyone say what is the issue?