php - Web application admin generators -


Because I found this type of device really useful for prototype applications, show customers something very quickly.

For now Symfony2 , the administrator is not a generator preference (see and see)

looks very interesting ...

What web application administrator generator (any language / technology) would you suggest (professional / opposition)?

The automated admin app of the Django is excellent. Once you have written your models, it automatically creates a full-featured admin app around you, where you can create, update, and delete records. This is also extensible and customizable for whatever is required for you.

Here's one. Intuitive and satisfying to work with Django (and Python) - I highly recommend that you set it up and play with it and see how well it works.

Comments