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.
tsusadivyago on Dec. 28, 2019
My default port 8000 was being used, so I tried with