|
|
|
|
|
by funkydata
1259 days ago
|
|
If you try to keep everything in one app, you'll have gigantic views.py, models.py, etc. Nobody wants to work with those. Also, a simple typo in those files can bring your whole system down and can make it hard to debug. Apps, are a cheap (EXCEPT when you HAVE TO [but really, do you? Really?] move models between apps) way to keep YOU sane. |
|