In this video, you’ll create a Django project using the django admin command. You can use your terminal window, just as you did in the previous lesson.
Start by running the django admin command with startproject, followed by the name of the project, which in this case is portfolio. If you put a period (.) at the end of the command, then you can avoid creating an extra folder.
littleblueline on Feb. 22, 2020
Thank you for the advice, man. I uninstalled everything Python related on my computer as I had multiple versions, as well as Pycharm. I reinstalled everything today making sure to select the latest versions. It seems to be working fine now!