Re: CRUD Tutorial

2011-05-24 Thread Boštjan Mejak
I created a wiki in Django. I can send you the source if you're interested. -- 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

Re: CRUD Tutorial

2011-05-24 Thread Shawn Milochik
On 05/24/2011 02:38 PM, Mike Wisniewski wrote: Yup, that is correct. I'm starting to pull my hair out because I can't find a decent one. Most of them that I've seen either use the generic view or don't really go into explanation. There are also lots of tutorials, many of them use the admin inte

Re: CRUD Tutorial

2011-05-24 Thread Mike Wisniewski
Yup, that is correct. I'm starting to pull my hair out because I can't find a decent one. Most of them that I've seen either use the generic view or don't really go into explanation. There are also lots of tutorials, many of them use the admin interface, which isn't what I want to do. Thanks! O

Re: CRUD Tutorial

2011-05-24 Thread Boštjan Mejak
What does CRUD stand for? Is it Create Read Update Delete? -- 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+unsubscr..

CRUD Tutorial

2011-05-24 Thread Mike Wisniewski
Hi! Could somebody please post an example CRUD program with a tutorial? It seems like this is a frequent request and I have yet find something decent. I've tried the django generator and it works, but it would be nice if somebody could explain what things do and how to do it. Thanks. -- You re