Criteria to use several apps in one project instead one app

2023-05-29 Thread Zdravko Gyorev
Hi All, I’m new to Django and working on my first project. It become really big, with more than 20 rows in app_name/URL file. Do I need to consider using several apps instead one and what would be the criteria to switch to more apps? Do you know good article or document for this topic as well?

Re: Criteria to use several apps in one project instead one app

2023-05-29 Thread ALBERT ASHABA AHEEBWA
Hi there, If you don't read the documentation when initially starting with Django it gets overwhelming. So it is recommended to modularize your apps in that your app should do one thing. That's to say, if you wanted to have user authentication and blog with ability for users to add comments you c