You're seeing this page because DEBUG=True is in your settings file and you have not configured any URLs.
DEBUG=True
• Configure URLs in config/urls.py
config/urls.py
• Create your apps in the apps/ folder
apps/
• Check out the tutorial to get started