|
|
|
|
|
by pyrophane
2148 days ago
|
|
The Django Admin is Django's "killer app." If a significant portion of your application is a back-office CRUD admin interface, Django is perhaps the most productive way to build something like that without writing a bunch of forms or using something even more out-of-the-box {like a Drupal). If you become proficient with Django you can build custom CRUD admins very quickly. For other use cases, there are better frameworks out there. |
|