#Python #Shorts
After we created a new Django project, the next step we need to figure out is how to add a new Django app to this project.
And it's actually really easy. First, you need to open the terminal in your project folder and run `python manage.py startapp appname`, where "appname" is the name of the app you want to create. And if you need to create multiple apps, just run the same command multiple times, switching out the "appname" each time.
After that, you just need to open the "settings.py" file in your project and add your new app name or names to the INSTALLED_APPS variable.
-------------------------------------------------------------------------------------
Links:
Blog: https://evgenyurubkov.com
Twitter: / evgenyurubkov
Instagram: / evgenyurubkov
Youtube: / @codevev
Watch video How to Create a New App in Django | Python Web Development online without registration, duration hours minute second in high quality. This video was added by user codevev 20 June 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 539 once and liked it 18 people.