August 2016
Beginner to intermediate
717 pages
15h 24m
English
To test our first page, we will have to use the runserver command, which we saw earlier in this chapter. To do this, you must run the command and refresh your page, http://localhost:8000, in your browser.
If you see Hello World! appear in your browser without an error, it means that you have followed the previous steps. If you have forgotten something, do not hesitate to find your error on the Internet; others have probably been through the same.
However, we must improve our view because at the moment, we do not respect the MVC model. We will create a template to separate the HTML of Python code and have more flexibility.
Read now
Unlock full access