I am following that tutorial http://thecodachi.blogspot.com/2012/03/django-tastypie-with-android-client.html and https://github.com/Mbosco/tastypie-api-example
I did all things in the tutorial but, I am getting an error “No module named recipe_resource.urls”, When I run “localhost:8000/api/recipes/?format=json”
Could you please help me how to fix it ?
I am following that tutorial http://thecodachi.blogspot.com/2012/03/django-tastypie-with-android-client.html and https://github.com/Mbosco/tastypie-api-example I did all things in the
Share
Try to change this
with this: