Django Create New App | Django Project | djblogger | 13

preview_player
Показать описание
In this tutorial, we introduce how to create and register our first Django app for the project.

Udemy Course Link:

YouTube Ed Course Link:

Developing applications can be a fun and effective way of learning a language and framework. In this course we build a blog application Introducing you to Python Django Framework, Django Templating, the Bootstrap framework, HTMX, CSS, and HTML. In addition, this course introduces testing aspects of a Django project.

This course is primarily designed for anyone looking for a journey learning the Django Framework or developing web applications with Python. This course is a great starting point or a good first step after first learning about any of the technologies that this course features.
Рекомендации по теме
Комментарии
Автор

The extra djblogger folder is not only unnecessary, but also adds confusing complexity. Just my opinion! 😎

briangreenberg
Автор

Hello Sir been following you for a while now.
I have a question here: what is the benefit of creating new apps inside the base project dir ?
I read this being a recommendation in a blog post about Django projects that scale but I pretty much didn't get the point.
Would very much appreciate it if you could explain more about that.

Thank you, Sir.

lionelm.
Автор

Not a big fan of this schema. I prefer keeping my apps inside the base project dir and not the project app dir. This schema is not used very much. You could just add an apps dir to the project dir and add the apps there but even this is not required but a choice. Just adds unneeded complexity.

madusan