Building Dynamic Webpages in Django
We will first open a web page with html.
First, of all let's fallow all the steps to open a file in html. Let's open terminal:
pip install pipenv
pipenv install django
django-admin
django-admin startproject storefront
python manage.py runserver
Now, ...
ilkecandan.hashnode.dev3 min read