|
|
|
|
|
by matsemann
1601 days ago
|
|
While a better interface is welcome, relying too much on Django admin panel is a path best avoided. Great for small stuff, but far too often one end up using it for too much. Extending it with more widgets, custom logic, fine grained access. Quick in the beginning, very hard to maintain in the end compared to a custom made view. |
|
In scope operation and extension: - Incredibly smooth and effortless
Slightly out of scope: - F U, buddy.
It’s amazing for so much stuff that it’s honestly a superpower for a tech or tech leveraged company, and great for prototyping internal process automation.
The trick is knowing when to throw in the towel and go purpose built. I’ve definitely missed that boat at least once in my career.