Difference between revisions of "Simple "Hello world" application"
From MyWiki
Line 3: | Line 3: | ||
'''Change directory into the folder "lecture3:'''<br> | '''Change directory into the folder "lecture3:'''<br> | ||
''$ cd lecture3<br>'' | ''$ cd lecture3<br>'' | ||
+ | '''Run the webserver and navigate to http://localhost:8000 to check that it is working'''<br> |
Revision as of 13:12, 18 March 2021
Start a project:
$ django-admin startproject lecture3
Change directory into the folder "lecture3:
$ cd lecture3
Run the webserver and navigate to http://localhost:8000 to check that it is working