Simple "Hello world" application

From MyWiki
Revision as of 13:12, 18 March 2021 by George2 (Talk | contribs)

Jump to: navigation, search

Start a project:
$ django-admin startproject lecture3
Change directory into the folder "lecture3:
$ cd lecture3
Run the webserver then navigate to http://localhost:8000 to check that it is working