Re: Models and access to one-to-many

2006-01-14 Thread Marcos Sánchez Provencio
That smells too much of premature optimisation ;-) If you know your model slightly, you know when a database hit happens (and it might be unavoidable anyway, so why worry?). El sáb, 14-01-2006 a las 13:51 +, Luke Plant escribió: > One reason for the way it is at the moment is it's easy to

Re: Upgrading models...

2005-12-27 Thread Marcos Sánchez Provencio
at way. > > > -- > "May the forces of evil become confused on the way to your house." > -- George Carlin -- Marcos Sánchez Provencio <[EMAIL PROTECTED]>

Re: single table inheritance

2005-12-21 Thread Marcos Sánchez Provencio
- which is, in fact, abstract in C++ sense, I'm > only going to use Composer/Conductor/Soloist. The SQL generator > appears broken for the order of the derived classes, or I'm not > supposed to do such things in a model? > > Rails has "single table inheritance" in the sense you can put all > attributes into one table, and superimpose all classes on it, with an > extra "type" column as the discriminant/class tag. Any such thing in > django? > -- Marcos Sánchez Provencio <[EMAIL PROTECTED]>

Re: Problems with mod_python

2005-12-14 Thread Marcos Sánchez Provencio
You might try the mod_python list... ¿What does the apache error log say? El vie, 02-12-2005 a las 21:56 -0800, [EMAIL PROTECTED] escribió: > I hava Windows, apache 2.0.55 python 2.4.2 and mod python 3.2.5b > installed. > > I have add to httpd.conf LoadModule for mod_pythone. > > But apache

Re: unable to open /usr/lib/python2.4/config/Makefile (No such file or directory)

2005-12-10 Thread marcos sánchez provencio
¿Did you google that? install python2.4-dev peter ma wrote: OS is debian SID error: invalid Python installation: unable to open /usr/lib/python2.4/config/Makefile (No such file or directory)

[OT] Article on showing selected item by using css

2005-12-10 Thread marcos sánchez provencio
This has been discussed in this list lately; I Hope the OT does not offend anyone. http://24ways.org/advent/auto-selecting-navigation

Re: preexisting database

2005-12-08 Thread marcos sánchez provencio
http://www.djangoproject.com/documentation/legacy_databases/ patrick k wrote: is there any documentation on how to work with a pre-existing database? patrick

Re: django-admin not seeing settings.py

2005-11-07 Thread Marcos Sánchez Provencio
ntered this situation once, because of the admin manage changes. > You should delete all django source code, and recheckout the code from > svn. > > -- > I like python! > My Blog: http://www.donews.net/limodou > NewEdit Maillist: http://groups.google.com/group/NewEdit -- Marcos Sánchez Provencio <[EMAIL PROTECTED]>

Re: init ignoring 127.0.0.1

2005-11-02 Thread Marcos Sánchez Provencio
n which it is running and not on > 127.0.0.1. I am doing this on the latest svn of django - previously i > had done this on svn #6xx. Any clues? -- Marcos Sánchez Provencio <[EMAIL PROTECTED]>