The install worked successfully. Congratulations!

You are seeing this page because DEBUG=True is set in your settings file and you have not configured any URLs. Read on for instructions.

Next steps

$ python manage.py runserver 0.0.0.0:8000
Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).
Django version 5.2, using settings 'project.settings'
Starting development server at http://0.0.0.0:8000/
Quit the server with CONTROL-C.
AdminEnable the admin in urls.py with path('admin/', admin.site.urls)
TemplatesPlace HTML files in templates/ next to each app
Static filesConfigure STATIC_URL and STATICFILES_DIRS
SettingsSet ALLOWED_HOSTS before deploying to production

node-django-04.app-cluster-fra · uptime 03:14:22 · gunicorn 22.0.0 (4 workers)