Create an App In Django

Published: 20 August 2019
on channel: Codemy.com
9,445
78

In this video we'll create an app inside our new Django Project using the startapp command.

Any time you do something new in Django, you create an App. When you first start your project, you need at least one app. To create an app in django use the startapp command from the terminal:

python manage.py startapp NAME

where NAME is whatever you want to call your app.


Watch video Create an App In Django online without registration, duration hours minute second in high quality. This video was added by user Codemy.com 20 August 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 9,44 once and liked it 7 people.