Re: Advanced Django

2020-10-04 Thread Adam Johnson
Please don't spam this mailing list. On Sun, 4 Oct 2020 at 10:41, Alphabeta Knowledge-Base < mdwalidsalehi...@gmail.com> wrote: > Django is Awesome Platform For development any kind of software. > > -- > You received this message because you are subscribed to the Google Groups > "Django developer

Advanced Django

2020-10-04 Thread Alphabeta Knowledge-Base
Django is Awesome Platform For development any kind of software. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-de

Re: Django Docs for Forms - Alternative Pattern from Advanced Django Forms Usage talk?

2011-10-23 Thread Alex Gaynor
Danny, I think you meant that for a different thread. Alex On Mon, Oct 24, 2011 at 1:36 AM, Daniel Greenfeld wrote: > One of the things that I think would be wonderful is to see this and other > issues such as server specific settings actually described in a Django best > practices document. An

Re: Django Docs for Forms - Alternative Pattern from Advanced Django Forms Usage talk?

2011-10-23 Thread Daniel Greenfeld
One of the things that I think would be wonderful is to see this and other issues such as server specific settings actually described in a Django best practices document. And not as part of the wiki. -- You received this message because you are subscribed to the Google Groups "Django developer

Re: Django Docs for Forms - Alternative Pattern from Advanced Django Forms Usage talk?

2011-10-23 Thread Russell Keith-Magee
m': form, >>         }) >> >> >> https://docs.djangoproject.com/en/dev/topics/forms/ >> >> I was just viewing a talk by pydanny and Miguel Araujo at DjangoCon US >> 2011 on "Advanced Django Form Usage", and they offered up what they

Re: Django Docs for Forms - Alternative Pattern from Advanced Django Forms Usage talk?

2011-10-22 Thread Carl Meyer
}) > > > https://docs.djangoproject.com/en/dev/topics/forms/ > > I was just viewing a talk by pydanny and Miguel Araujo at DjangoCon US > 2011 on "Advanced Django Form Usage", and they offered up what they seem > to feel was a better pattern for f

Django Docs for Forms - Alternative Pattern from Advanced Django Forms Usage talk?

2011-10-22 Thread Victor Hooi
cs.djangoproject.com/en/dev/topics/forms/ I was just viewing a talk by pydanny and Miguel Araujo at DjangoCon US 2011 on "Advanced Django Form Usage", and they offered up what they seem to feel was a better pattern for form viewcode: def some_view(request, template_name="someapp/