Forums

A simple hello world

hi guys, can anybody tell a django-noob, how I can implement a simple hello world output to my homebase url html? thanks for any help! ;-) k. regards groupkramer

Hey groupkramer,

Have you tried to quickstart a django app using our built in wizard yet? That gets you to a working Django app. Then you would need to edit urls.py and views.py to create a first custom view. Have you got that far yet?