This is a simple test to make a skeleton project with django and python.
-
under projectintro directory
-
run 'python3 manage.py runserver'
-
use url 'localhost:8000/members', you can see the home page as shown below:

-
when click on Team member 5 Qin Geng, you can see my personal page as shown below:

Issues: When use url 'localhost:8000', the page should be redirected to the homepage, but error happened when I use google chrome, safari works fine though.