On 28/07/07, Steve <[EMAIL PROTECTED]> wrote:
> I am on a shared hosting environment, and am attempting to make use of
> the textile filter. I have installed the textile library in $HOME/lib/
> python2.3/site-packages, which is on my $PATH, and my $PYTHONPATH. I
> can import textile through the py
Robert Coup wrote:
> Carl Karsten wrote:
>
>> Malcolm Tredinnick wrote:
>>
>>
>>> I don't know what htmldoc does, but if it tries to access the url you
>>> give it, you can't do that. The dev server is single threaded. It is
>&g
Carl Karsten wrote:
> Malcolm Tredinnick wrote:
>
>> I don't know what htmldoc does, but if it tries to access the url you
>> give it, you can't do that. The dev server is single threaded. It is
>> already serving one request (running your view), so it can't serve the
>> second parallel access
Chris Kelly wrote:
> I am in the process of writing an app that will have a "theme" based
> on if a subdirectory is specified e.g.:
>
> http://somesite.com/app/(theme)/abunchofviews/
>
> basically, if they go to /app/bluetheme/register, it'll give them a
> registration page with a blue theme heade
Rob Hudson wrote:
> Cool. What's the best way to coordinate the effort? A wiki page to
> start with?
>
Current trends seem to be to use Google Code for projects that aren't
likely to become part of the core django distro. A link from the Django
wiki is probably a good idea though.
> 1) Cros
James Bennett wrote:
> On 5/22/07, Rob Hudson <[EMAIL PROTECTED]> wrote:
>
>> I'm curious if there are others who could use this functionality but
>> for Django. If so, perhaps we can all collaborate and come up with a
>> solution that runs on Mac, Windows, and Linux. Data syncing would be
>>
Stephen Mizell wrote:
> I'm wanting to have upload_to for my file so it uploads to a different
> directory for each user. This works when I use it with a newform, but
> when I try to use the Django admin, it puts None as the username (I
> want to base it on whatever username I select for "user").
ScottB wrote:
> One thing to consider when serving a working copy is all those .svn
> directories could be accessible via your web server. Assuming your
> code isn't within your web server's root (which it shouldn't be),
> there's probably not much that can go wrong. Still, it might be worth
> c
Merric Mercer wrote:
> I may be wrong but I believe that the you cannot use the If statement
> inside a template to evaluate a specific value. You use it to
> determine whether the object or value exists ( has been returned by the
> view).
>
> I think that this is because the developers want
[EMAIL PROTECTED] wrote:
> Yes, most of the hostings have fastCGI, but not flup.
> I know the best is to have VPS hosting, but they are very expensive,
> and I think I can manage with a shared hosting.
> I think Blouehost looks good.
>
For VPS i can't recommend http://www.rimuhosting.com/ enoug
[EMAIL PROTECTED] wrote:
> The link: http://www.rkblog.rk.edu.pl/w/p/django-profiling-hotshot-and-
> kcachegrind/
> The cool screenshot: http://www.rkblog.rk.edu.pl/site_media/resources/
> python.rk.edu.pl/images/djangoprof2.png
>
> Kcachegrind can visualize profilers logs in many nice readable
>
[EMAIL PROTECTED] wrote:
> Not necessarily... You don't have to get them by ID. You can get them
> by tagname or, with a simple helper, class name.
> Or group them, then cycle through... something like
> var controls =
> document.getElementById("controls").getElementsByTagName("a")
> for(var i=0;i
12 matches
Mail list logo