build 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
Example 3: django sample
$ django-admin startproject mysite