Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue pylint "No module named 'django' " #2858

Merged

Conversation

dvkruchinin
Copy link
Contributor

Motivation and context

Resolve the error
ModuleNotFoundError: No module named 'django'
when running static code analysis via pylint.

How has this been tested?

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT

@dvkruchinin dvkruchinin mentioned this pull request Feb 24, 2021
6 tasks
@dvkruchinin dvkruchinin changed the title Fix issue pylint "no module Django" Fix issue pylint "No module named 'django' " Feb 24, 2021
@nmanovic nmanovic merged commit ad25104 into cvat-ai:develop Feb 24, 2021
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 71.035% when pulling 8c2fe89 on dvkruchinin:dkru/pylint-issue-no-module-named-django into cd3db10 on openvinotoolkit:develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants