[Solved] Running Django in Pycharm 17.1


In field where you have runserver write: http://127.0.0.1:8000/.
Don’ forget to enable Django support in Settings/Language&Frameworks/Django and set settings file, manage script and project root. Also make shure that you choose right Python interpreter(in Django server configuration) – the one which has installed Django. The easiest way to check if you have right interpreter chosen open: Settings/Project:ProjectName/Project Interpreter. It will list all installed packages for chosen interpreter.

1

solved Running Django in Pycharm 17.1