Re: How to serialize objects that contain a foreign key object

2010-02-10 Thread diofeher
Django 1.2 comes with a parameter [1] at serializers that do this for you. http://docs.djangoproject.com/en/dev/topics/serialization/#natural-keys -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...

Re: I am new to the Django community

2010-01-27 Thread diofeher
'Pro Django' by Marty Alchin and 'Practical Django Projects' by James Bennett are also good books you should read. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe

Re: Debugging Templates

2010-01-18 Thread diofeher
I think this would help you: http://github.com/robhudson/django-debug-toolbar On 17 jan, 14:51, oakmad wrote: > What is the best way to debug templates when data is not showing? > > Here is my problem. I'm using Google App Engine with app-engine-patch > so I realize it may not be a Django specifi