Hacker News new | ask | show | jobs
by rajasimon 1248 days ago
> Don't make separate apps in the same project, unless the project actually consists of several different, completely independent projects. You can make subdirectories without making apps, and thus avoid dependency hell.

I wrote an article on this. My goto strategy is to create a project/core/views.py,models.py,apps.py,tests.py

2 comments

yup that's that. Thanks for finding it for me :)
> I wrote an article on this.

Link or it didn't happen :)

lol forgot to include