I feel like I did everything exactly as stated and couldn’t find a similar issue when searching. If anyone could offer help I would be very grateful. I found the issue could be in the settings.py file under installed apps but I think mine looks fine.
Did you stop and restart runserver after making these changes?
What URL are you going to?
That’s not the complete page - or if it is, then you’ve got some cached css that is messing up the display.
Go to the root url for the admin (usually admin/) and hit shift-refresh (or shift-F5). Post another image, but this time of the complete browser window.
Following the tutorial I did the ''python manage.py runserver ‘’ after creating the superuser. The tutorial says If the server is not running start it like so:
$ python manage.py runserver
I received the response: ‘Error: That port is already in use.’
Yes, control-C should stop the process and return you to the command prompt.
What happens in your command prompt window when you hit control-c?
Also it might help to describe your development environment a bit. What operating system are you using? What versions of Python and Django? Are you using a virtual environment?
(django3) 00:54 ~/django_projects/mysite (main)$ ^C
(django3) 00:56 ~/django_projects/mysite (main)$
(django3) 00:56 ~/django_projects/mysite (main)$ python manage.py runserver
Watching for file changes with StatReloader
Performing system checks...
System check identified no issues (0 silenced).
August 31, 2022 - 00:56:13
Django version 3.2.5, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
Error: That port is already in use.
(django3) 00:56 ~/django_projects/mysite (main)$ ^C
Control C just does ‘^C’. I tried looking up alternative kill commands as well but each time I runserver after I get the same error.
I am using python anywhere which is Linux but I am on a PC. I am using a virtual environment, Django version 3.2.5, python 3.8