DEV Community

Sachin pagar
Sachin pagar

Posted on

How to make simple website using Python and Django

The Original article is available so Let's see:
Step1. To make any website you need language, select
language,install that language(python) on your PC.
After that install IDE in which you are going to make a
website like VS Code, Pycharm.
Step2. Start your project(website), make a folder on any
of the Drive(D: Drive).
Step3. Open the Terminal or IDE then install Django with
passing pip command, Django is going to install in it.
Step 4. Open your directory in terminal, pass command,
django-admin startproject Sitename,
it will start our Django project(site), then pass
python manage.py runserver: - to run your project on
server
For detailed coding please visit to How to make simple website using Python and Django

Top comments (0)