Creating an application in Django, the best web framework for Python - 03

Video thumbnail

The next step is to create the application, so we do this quickly again, remembering a little bit that we have a project in Django:

Creating a project in Django

Which has the configurations, which is what we have at the moment, the configurations of our project, and we also have the applications. It can have zero, which doesn't make much sense, but it has applications that you need, and that's thanks to the beauty of this, since everything is quite modular. So we're going to create one for what would be our online store, remembering a little bit the command is:

$ python manage.py startapp elements

We can only use this command once the project has been created in Django.

I agree to receive announcements of interest about this Blog.

Vamos a crear la app en Django.

- Andrés Cruz

En español

This material is part of my complete course and book; You can purchase them from the books and/or courses section, Curso y Libro desarrollo web con Django 5 y Python 3 + integración con Vue 3, Bootstrap y Alpine.js.