Re: REST Beginner's Tutorial

2015-05-12 Thread SUBHABRATA BANERJEE
Thank you Sir, for your kind reply. I ran python manage.py migrate and then issue was fixed at command prompt, but as I tried the http://127.0.0.1/ ... I initially got few indentation errors etc. but the issue seems now fixed as I tried to fix those minor errors. Regards, Subhabrata Banerjee.

Re: REST Beginner's Tutorial

2015-05-12 Thread Guilherme Leal
The get status 500 "per se" may or may not be an error. Please, send the traceback of the error, otherwise, we can't help you much. Em ter, 12 de mai de 2015 às 10:00, Guilherme Leal escreveu: > Sorry, but despite the fact that you have unapplied migrations, there is > no error on your app. > >

Re: REST Beginner's Tutorial

2015-05-12 Thread Guilherme Leal
Sorry, but despite the fact that you have unapplied migrations, there is no error on your app. (To apply the migrations, simply run *python manage.py migrate*) Em ter, 12 de mai de 2015 às 09:45, SUBHABRATA BANERJEE < subhabrata.bane...@gmail.com> escreveu: > Dear Sir, > > Thank you for your kin

Re: REST Beginner's Tutorial

2015-05-12 Thread SUBHABRATA BANERJEE
Dear Sir, Thank you for your kind suggestion. But as I was using it I found an error as, Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\Admin>cd\ C:\>cd Python27 C:\Python27>cd Lib C:\Python27\Lib>cd site-packages C:\Python27\Lib

Re: REST Beginner's Tutorial

2015-05-12 Thread Guilherme Leal
The shortest way to go is to pick a complete framework for RESTfull apps, like Django Rest Framework . Its complete out of the box, and yet simple as it works as the Django Class Based Views. There are others frameworks ofcourse, or you can do it yourself wit