Re: Debug django with autoreload - Pydev - Aptana

2012-06-12 Thread Dilvane
The link: http://bear330.wordpress.com/2007/10/30/how-to-debug-django-web-application-with-autoreload/ Terça-feira, 12 de Junho de 2012 12:41:35 UTC+1, Dilvane escreveu: > > hi everyone. > > I am using Aptana, Pydev and Django and this code to debugging and > autoreload works fin

Debug django with autoreload - Pydev - Aptana

2012-06-12 Thread Dilvane
hi everyone. I am using Aptana, Pydev and Django and this code to debugging and autoreload works fine in django 1.3, but not in django1.4. Does anyone have this problem? Thank you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view thi

myModel.m2m.add(model) before save object

2012-03-20 Thread Dilvane
Hello everyone, Could I use myModel.m2m.add() without save or without have a database engine? or could I create a m2m relationship without to use the add()? I need a model with a m2m field , but didn't wanna save anything. Thanks. -- You received this message because you are subscribed to the

raw_post_data

2012-01-17 Thread Dilvane
Hi, I am using PUT method, I get data from request.raw_post_data. it's possible do that? a = Article.objects.get(pk=1) f = ArticleForm(request.raw_post_data, instance=a) f.save() Thanks! -- You received this message because you are subscribed to the Google Groups "Django users" group. To po