DEV Community

Dr. Azad Rasul
Dr. Azad Rasul

Posted on

3- Django: Creating polls app

Change directory to: "PollProject" folder, where manage.py exists.

cd desktop
cd PollProject
Enter fullscreen mode Exit fullscreen mode

To create our app, we type this command:

py manage.py startapp polls
Enter fullscreen mode Exit fullscreen mode

If you like the content, please SUBSCRIBE to my channel for the future content

Top comments (0)