Saturday, May 29, 2010

Re: Looking for a good CRUD example

Thanks. It does look helpful.

On Fri, May 28, 2010 at 3:48 AM, Richard Shebora <shebora@gmail.com> wrote:
Try...

http://alpha.djangogenerator.com

It will generate a substantial amount of boilerplate code for you.
Including templates and various views for listing, editing and viewing
models, and admin access with admin documentation setup too.  It is
helping me greatly with folder layout and basic functionality.

HTH,
Richard Shebora

On Fri, May 28, 2010 at 1:09 AM, Lee Hinde <leehinde@gmail.com> wrote:
> Hi;
> I've appreciated the sample apps out there as great learning tools.
> I'm having problems saving existing records (new ones get created instead?)
> and with validation. But rather than pepper the group with my ?s, I'd like
> to do some more code reviews.
> So, I'm wondering if you can recommend one of the many django-apps out there
> as a good CRUD sample. (Admin is great, but it's too abstract for this
> newbie.)
>
> Thanks..
>  - Lee
>

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

No comments:

Post a Comment