PyCharm 2017.2 Help

Django

This feature is supported in the Professional edition only.

Prerequisite

Django framework and the corresponding Python interpreter are properly installed on your machine.

Supported versions of Django and Python

PyCharm supports the latest Django versions. The corresponding Python versions depend on Django. See What Python version can I use with Django?

Django support

Django support in PyCharm includes:

Enabling or disabling Django support

Django support can be turned on or off by selecting/clearing the check box Enable Django support in the Django page.

To enable Django support, follow these steps:

  1. Open Settings/Preferences dialog, and click the page Django.
  2. Make sure that the check box Enable Django support is selected.
  3. Apply changes (if any) and close the dialog.
Last modified: 26 October 2017

See Also