Creating Apps

I am learning django.

When should I create Apps ? What will happen if I don’t create app ?

What is the requirement to create app ?

Thanks.

Screenshot_2024-04-07_10-07-01

Have you worked your way through either the Official Django Tutorial or the Django Girls Tutorial? Working through them are the best way to get started, and they do teach you how to create your app.

You need an app for your code. That’s how you make your code usable by Django.

Thanks @KenWhitesell. Is it mandatory to create App for every application ?

Thanks

Please answer my previous question - have you worked through either (or both) of the official tutorials? If not, you’ll find that doing so is likely to answer a lot of these questions for you. The very first page of the Official Tutorial addresses this specific question.