Turbogears just uses the command line tools if they are available, no
need to drag in any library dependencies. Another advantage of this
approach is that it works on any platform with the bonjour command
line tools, not just the mac.
You can see it in action here:
http://www.turbogears.org/svn/t
On 8/2/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote:
>
> It has bothered me for a while that Django's installation (setup.py)
> requires a working Internet connection. That's because we're using
> ez_setup/setuptools
> (http://peak.telecommunity.com/DevCenter/setuptools), which downloads
> the se
On 5/3/06, Gael Chardon <[EMAIL PROTECTED]> wrote:
>
> Hello,
> the 'M' and 'D' format use a [0:3] to truncate the string, to my point
> of view it could break an encoding.
> For example, in the french translation of August (Août), the û is a
> 16bits char in utf8.
>
> Am I missing something ?
>
A
On 23/02/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote:
> That's exactly what we're discussing in the "validation-aware models" thread.
> :)
>
Ack, now I see that thread :)
thanks,
Michael
--~--~-~--~~~---~--~~
You received this message because you are subscrib
On 20/02/06, John Szakmeister <[EMAIL PROTECTED]> wrote:
> One thing that I've found, at least on Django's trunk code, is that if you do
> this, validation doesn't take place when you do model.save(). I tried
> setting up a couple of fields as "required if other fields is present", and
> it happil
On 19/02/06, xamdam <[EMAIL PROTECTED]> wrote:
>
> Django models can already be manipulated outside of the web app with
> manage.py shell
> I am looking for a way to have a regular python script (say, running a
> batch job) use the model classes. It seems like I just have to import
> the right stuf