Thursday, February 28, 2013

Re: Announcement: django-quickview 0.3 - putting the nitro in rapid web development

On Wed, Feb 27, 2013 at 7:39 PM, Thomas Weholt <thomas.weholt@gmail.com> wrote:
> pypi : https://pypi.python.org/pypi/django-quickview/
> Source at https://bitbucket.org/weholt/django-quickview
>
> Documentation and tutorial at
> https://bitbucket.org/weholt/django-quickview/src/fde97a0a0befaeda0ab2317035f8e7cd9c311511/docs/basic.md?at=default
> for details.
>
> Bring on the flames ;-)
>

Not a flame :)

It would be cooler if you did not have to pollute model classes by
decorating them with view information. I'd prefer to denote that
FooModel has fast views *not* in models.py :)

For updating instances, you could make it compulsory to list the
changed attributes. Then, only the listed attributes are updated.

Apart from that, looks great. Will probably use this as scaffolding in
my next HTML5 app.

Cheers

Tom

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment