Welcome — the install worked.
You're seeing this page because DEBUG=True is set in your settings module and no URL patterns are configured yet for the root path.
Database connection OK · Static files configured · Admin site available at /admin/
To begin shipping a real application:
- Edit
config/urls.pyand replace this view. - Create your first app with
python manage.py startapp blog. - Register it in
INSTALLED_APPS. - Run
python manage.py makemigrationswhen you change models.