Search code examples
pythondjangoimportbraces

Can't import braces library


I use braces for my project. But when I import it to my views.py, it shows yellow error that there is no such a library. But it exists on libraries of the project. What should I do?


Solution

  • Maybe your editor is not using python version of your virtual environment. You don't have to worry about this.