3- Creating polls app
Play this article
Change directory to: "PollProject" folder, where manage.py exists.
cd desktop
cd PollProject
To create our app, we type this command:
py manage.py startapp polls
Change directory to: "PollProject" folder, where manage.py exists.
cd desktop
cd PollProject
To create our app, we type this command:
py manage.py startapp polls