ermalgashi / blog-project

0 stars 0 forks source link

Discussing apps #13

Closed ermalgashi closed 2 years ago

ermalgashi commented 2 years ago

To structure our Django project so that we have an easier time in the future to debug or even expand our project. The documentation suggests having to start "apps" as a way to contain code. In this perspective, it is recommended to start an app for blog posts, an app for statistics, and so on. In this way, we should have apps for many functionalities and our blog posts models, URLs, views should reside in the respective app directory.

ermalgashi commented 2 years ago

We have decided to take the convecional route as recommended by django