Python Forum

Full Version: Django admin login problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys .
I just started web development using Django framework & after fixing urls and creating models and views I just created a super user in terminal in order to log in within admin panel in local server .
But my problem is that whenever I actually run my server and want to log in to admin area in
http://127.0.0.1:8000/admin/
, my server suddenly gets shut down and I fall out of the server and need to re run it .
I don't know how to fix this and hope that you guys can help me .
Thanks
Output:
manage.py runserver 8000 Watching for file changes with StatReloader Performing system checks... System check identified no issues (0 silenced). December 29, 2019 - 15:39:46 Django version 3.0.1, using settings 'website.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CTRL-BREAK. Process finished with exit code -1