should i make a website with django code example
Example 1: build django website
python manage.py createsuperuser
Example 2: how to create a website with django
django-admin startproject mysite
cd mysite
python manage.py createsuperuser
django-admin startproject mysite
cd mysite