- I upgraded PyCharm Community Edition to 2021.1 a few days ago. But I found it can't resolve some Django auto import correctly now. For example, I set CASCADE as ondelete for one ForeignKey, it should suggest me to import django.db.models.CASCADE, but it suggest tkinter.CASCADE instead.
- It is developed by the Czech company JetBrains. It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems (VCSes), and supports web development with Django as well as data science with Anaconda. PyCharm is cross-platform, with Windows, macOS and Linux versions.
Pycharm Community Edition Setup
Latest versionWhereas PyCharm is a tailored solution for Python developers, and you might be needed to download and set up other IDEs such as IntelliJ for Java, and CLion for C/C programming. Visual Studio Code only needs to know what type of project you are currently in and will enable those plugins making it an IDE for that project.
Released:
App for Django to during development enter PyCharm debugger on uncaught exceptions
Project description
Pycharm Community Install Django
App for Django to enter PyCharm debugger on uncaught exceptions
- Free software: BSD license
Features
- Uncaught exceptions in django view implementations (and middlewares) will trigger the PyCharmdebugger
Installation
You can install the plugin by running
pip install django-pycharm-breakpoint
Pycharm Community And Django
In settings.py add django-pycharm-breakpoint to your INSTALLED_APPS
Pycharm Community Django Template Support
INTALLED_APPS += [‘django_pycharm_breakpoint’]
Usage
When running in the PyCharm debugger and the package is installed and added to the INSTALLED_APPSdjango setting, any uncaught exception will trigger a breakpoint in PyCharm.
Release historyRelease notifications | RSS feed
0.3.0
0.2.0
0.1.0
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django-pycharm-breakpoint-0.3.0.tar.gz (3.8 kB) | File type Source | Python version None | Upload date | Hashes |
Hashes for django-pycharm-breakpoint-0.3.0.tar.gz
Algorithm | Hash digest |
---|---|
SHA256 | 6ee4ef63f3168a4cc9c784735f0745b545b38193bac089965728fa037efd13ba |
MD5 | 835eb77117dc28e047768959c595614b |
BLAKE2-256 | a5a67a4e0f818914fac19ebc67dd7fc0910cbbc724076939d7c05534819824c2 |