Django 101 example Step1 : Install Python Step2: Install Django
#At command line execute
Step3: django-admin startproject stocks
Step4: cd stocks
#starts a development web server step5: python manage.py runserver
step6: browse http://127.0.0.1:8000/
Result: You should be able to see the web page