> >> Check out Django, it has a great database API and on the fly
> >> auto-generated admin.
> >
> > Just gone over the tutorial, really amazing, exactly what I need.
>
> That's exactly the response I had when I met with Django :)
>
Anyone with Django experience: how well does it do with respect t
Sybren Stuvel wrote:
> Check out Django, it has a great database API and on the fly
> auto-generated admin.
Just gone over the tutorial, really amazing, exactly what I need.
Big thanks for the hint!
--
--arutz
--
http://mail.python.org/mailman/listinfo/python-list
Antal Rutz wrote:
> Hi,
>
> I want to manage database(sql) tables through the web: actions like
> insert/edit/list/delete.
> An application often needs just a database table to be easily managable
> through the web by the users.
>
> Now I realized that everytime I write a new app
> I need to rew