lagged by validation errors. It
appears to work as intended and now I can review again in light of best
practices. If anyone has suggestions on that I would appreciate it
Thanks,
GM
On Tuesday, 4 June 2013 17:51:24 UTC-7, Greg Maruszeczka wrote:
>
> Hi,
>
> I'm
Hi,
I'm trying to process a form through a detailview that adds a comment to a
blog post. Here's my view code:
class PostDetailView(DetailView):
model = Post
template_name = 'blog_detail.html'
queryset = Post.objects.filter(published=True)
form_class = CommentForm
def
On Thu, 6 Oct 2011 06:12:21 -0700 (PDT)
graeme wrote:
> Joomla may have those shortcomings, but its not the only alternative.
> If someone likee PHP, already knows PHP or has to use PHP, there are
> a lot of PHP fraeworks: from light ones, to ones feature comparable
> to
> Django (although I do
On Mon, 22 Aug 2011 15:07:24 -0700 (PDT)
Stephen Jackson wrote:
> I am new to the world of Django. I would like to hear from other
> django developers describe their dev environment (tools, os, editors,
> etc.).
>
fedora, eclipse (pydev), mercurial, virtualenv, postgres, apache (wsgi)
--
You
4 matches
Mail list logo