Django Project - No Django Structure Tools, Project configs differ from docs
Using PyCharm 2023.2.5 (Professional Edition), when I create a project of type Django, I don't get configuration options similar to documentation, and I don't get the Django Structure Toolbar. The Django commands (Cntl-Alt-R) do work, and I can create a configuration that runs my app, but I am not sure what all features are missing.
My immediate question is: is the Django Structure Toolbar still part of IDE and how do I get to it? It does not appear in the “Views/Toolbars” menus or in the left hand side of screen.
My Django Language+Framework settings look like this:

And new windows set up looks like:

PyCharm 2023.2.5 (Professional Edition)
Build #PY-232.10227.11, built on November 13, 2023
Runtime version: 17.0.9+7-b1000.46 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 12
Registry:
ide.experimental.ui=true
Non-Bundled Plugins:
com.4lex4.intellij.solarized (2.4.0)
com.ahmed3elshaer.true-black-theme (1.3.1)
io.snyk.snyk-intellij-plugin (2.5.8)
请先登录再写评论。
The Django structure tool window was implemented in 2023.3. Please upgrade to the latest and check if it helps to resolve the problem.
Yes, updating resolved the problem, thank you.