|
|
|
|
|
by hedgehog
253 days ago
|
|
In my experience with Django the admin scaffolding saves a lot of work building UI for diagnostic and customer service workflows. Projects on other frameworks that I've been involved with end up rebuilding a lot of that stuff in their own codebase, more work and often not as good of a result. There are a lot of aspects of frameworks like Hyperflask that look attractive relative to Django but foregoing the admin framework is a high price to pay. Are there some alternate patterns other people are finding successful? |
|
Having migrations, static files and templates for one aspect of a project all grouped together is so useful and I didn't realise until I didn't have it.