I am using Django 1.10 and Pycharm 2016.2 .
In every Django project, the manage.py commands work correctly, but autocomplete gives the following error:
Failed to get real commands on module "projects_name" python died with code 1 File opt/Pycharm/helpers/.../jb_manage_tasks_provider.py File opt/pycharm/helpers.../parser.py File my virtual env folder/lib/python3.5/site packages/django/core/management/base.py AttributeError Command object has no attribute 'args'
Reinstalling Pycharm did not help.
source share