Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
PyCharm Community Edition in Run configuration:
manage.py runserver
And even the debug works fine.
But still I do not advise, because there is no syntax highlighting css, html, js. (It is assumed that community is for pure python) You can get around and get so-so highlighting of html js css files if the file extension matches the content. But if, for example, you have pieces of css or js code in an html file, then there is no way to get the highlight.
Therefore, working in such an environment is inconvenient, for Django you still need to use the full version of PyCharm.
Programmers at ide.
First, learn how to work with Django from vim/emacsa/etc, and then take the ide as needed.
Just like with any other python project. As an entry point manage.py runserver
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question