Re: django socialauth username not showing correctly

2012-10-09 Thread Daniel Molina Wegener
o, you must add some special permissions to access certain profile data. -- > [SNIP] Kind regards, -- Daniel Molina Wegener [dmw at coder dot cl] @damowe | http://coder.cl/ | https://github.com/dmw -- You received this message because you are subscribed to the Google Groups "Django u

Re: How to print a graph

2012-08-01 Thread Daniel Molina Wegener
visit this group at http://groups.google.com/group/django-users?hl=en. -- 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

Re: [ date and null value ]

2011-11-27 Thread Daniel Molina Wegener
coding: Style Guide: http://www.python.org/dev/peps/pep-0008/ Zen of Python: http://www.python.org/dev/peps/pep-0020/ > > Thank's > > Gustavo. Best regards, -- Daniel Molina Wegener System Programmer & Web Developer Phone: +56 (2) 979-0277 | Blog: http://coder.cl/ -- You r

Re: Template

2011-11-08 Thread Daniel Molina Wegener
.. } > > >>> c = Context(context) > >>> t.render(c) > > u'Will ot work? ' You must use foo.baz to get 'Yes!'. Same for lists with indices, foo.0 in case of 'foo': ['Yes!']. > > > Ax. Best regards, -

Re: Unable To Delete Records

2011-08-30 Thread Daniel Molina Wegener
= > My Console > === > > /usr/local/lib/python2.6/dist-packages/django/middleware/csrf.py:262: > DeprecationWarning: CsrfResponseMiddleware and CsrfMiddleware are > deprecated; use CsrfViewMiddleware and the template tag instead (see > CSRF documentation). > DeprecationWarning > =