Django presentation slides in Spanish

2005-10-28 Thread rapto
I have translated Ian's slides into Spanish. download: https://wh2001.sindominio.net/~rapto/pres_django.tbz online: https://wh2001.sindominio.net/~rapto/pres_django/ Thanks to Ian Maurer

Re: mod_python error (help please)

2005-10-09 Thread rapto
It might be a security problem. Probably Apache is set not to follow symlinks or www user has no permissions on the files.

Django intro workshop in Madrid, Spain

2005-10-08 Thread rapto
A practical introduction to Django. We will build a simple forum or todo list. Where: Cielito lindo c/ Santa Ana 6 Madrid Metro Latina When: 19-X-2005 18:30-20:00 Who: Marcos Sánchez Provencio

Re: Money or Currency data type

2005-09-18 Thread rapto
Please, never a float. Use Decimal Type. http://www.python.org/peps/pep-0327.html

Re: Manytomany and an attribute

2005-09-07 Thread rapto
You need an explicit intermediary table: http://www.djangoproject.com/documentation/models/m2m_intermediary/