O
O
oventarb2015-04-08 16:59:26
Django
oventarb, 2015-04-08 16:59:26

How to work with Django in PyCharm Community Edition?

How to work with Django in PyCharm Community Edition? I can only create a regular python file.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
v1ctys, 2015-04-09
@oventarb

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.

A
Andrey K, 2015-04-08
@mututunus

Community Edition does not work with Django.

R
raiboon, 2015-04-08
@raiboon

Programmers at ide.
First, learn how to work with Django from vim/emacsa/etc, and then take the ide as needed.

V
Vladimir Abramov, 2015-04-08
@kivsiak

Just like with any other python project. As an entry point manage.py runserver

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question