After starting a brand new Django application and running the runserver command, what does the browser show you? code example
Example 1: start django project
django-admin startproject <//name of project\\>
Example 2: create django project
$ django-admin startproject mysite