I am going to make an api in django which currently only return hello world when the url is hit. I am new to python and django and find a bit difficult to work in django because of working in PHP and its frameworks for a long time.
I have followed the tutorials but that takes me making the models, templates. but my requirement is simple. How can i achieve this. That when i hit the url of DJango app it return me the hello world or any json object in future.
\hello world??