Re: KeyError at "url" method

2019-09-08 Thread Jason
Are you running with DEBUG=True in settings?  That’ll make Django return a full 
trace back on exceptions. 

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-rest-framework+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-rest-framework/5c326c2a-4b99-4b99-b49f-a8e7dd5096e3%40googlegroups.com.


Re: KeyError at "url" method

2019-09-08 Thread Jason
CreateAPIView doesn’t implement a GET handler.

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-rest-framework+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-rest-framework/f344e9a8-94d9-4281-a429-b159c5dce66d%40googlegroups.com.