a django web application used to create blog and article
Firstly if django is not insatalled into machine then download latest version of django. Download zip file and extraxt it. Open terminal and go into the project directory. Run this coomand:-python manage.py runserver. A URL will be showned,copy paste that URL in browser and type /article in front of it. Now you can explore project.