So the answer is yes. The virtualenv is not a requirement to set up a Django project .
Read moreWhich Python version is best for Django?
Since newer versions of Python are often faster, have more features, and are better supported, the latest version of Python 3 is recommended. You don’t lose anything in Django by using an older release, but you don’t take advantage of the improvements and optimizations in newer Python releases.
Read moreWhich IDE is best suited in Django?
15 Best Django IDE and editors
Read moreHow do I get Django in PyCharm?
PyCharm is incredibly easy for Python development, especially for Django development. All you have to do is go to the navigation bar, click on File -> New Project, and you’ll see a panel. Look to your left and select Django . All the settings are done for you.
Read moreHow do I install Django on my Mac?
How to Install / Setup Django on Mac
Read moreWhat is Django used for in Python?
Django is a high-level Python web framework that enables rapid development of secure and maintainable websites . Built by experienced developers, Django takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel.
Read moreHow install Django Linux?
How to Install Django on Ubuntu 18.04 & 16.04 LTS
Read more