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.
urls.pypython manage.py startapp accounts to scaffold an appsettings.DATABASESpython manage.py migrate to apply migrations$ 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.
urls.py with path('admin/', admin.site.urls)templates/ next to each appSTATIC_URL and STATICFILES_DIRSALLOWED_HOSTS before deploying to productionnode-django-04.app-cluster-fra · uptime 03:14:22 · gunicorn 22.0.0 (4 workers)