[FYI] windows vista, server lag (very slow), with zonealarm (even if off...)

2007-09-17 Thread francois
ser). A solution found on the net (see link below), works for me: - uninstall ZoneAlarm, reboot, choose another firewall http://www.eggheadcafe.com/software/aspnet/30715202/3-second-lag-when-making.aspx francois --~--~-~--~~~---~--~~ You received this message beca

Re: windows vista, localhost server lag (very slow), with zonealarm (even if off...)

2007-09-17 Thread francois
Oops, forgot to mention this is obviously for the local web sever on the vista machine ( ie using localhost or 127.0.0.1 urls ) On Sep 18, 12:13 am, francois <[EMAIL PROTECTED]> wrote: > Hello, > > This is not a problem coming from Django but it took me some time => >

Re: Adding extra info to HttpResponseRedirect

2007-10-04 Thread francois
esponseRedirect (which doesn't take any other argument that the url) ? """ request.user.message_set.create(message="Your playlist was added successfully.") return render_to_response("playlists/create.html",

Re: Data truncated for column 'text' at row 1

2007-11-12 Thread francois
Same problem for me with French characters. All the rest of the site works fine just the admin section which doesn't want non English characters. What we should try or check at this point? Thanks for an eventual answer, hint, suggestion... francois On Sep 25, 6:42 am, Sebastian Dah

Re: Data truncated for column 'text' at row 1

2007-11-12 Thread francois
Ooops sorry I didn't saw the answers in my Google search result. I will try the suggestion of Ester Ytterbrink. Thanks On Nov 12, 3:19 pm, francois <[EMAIL PROTECTED]> wrote: > Same problem for me with French characters. All the rest of the site > works fine just the admin sect

Re: Apache2 installation

2009-11-13 Thread Francois Verbeek
http://www.swimswith.com/wkw1/ returns something (SwimsWith: A Legal Who-Knows-Who)... from the admin debug page, this is the only url defined in your urls.py. so it looks like working fine, except if your urls.py contains something else, in which case, could you detail what? Francois

Re: bulk product import to satchmo

2009-11-18 Thread Francois Verbeek
ipt -- that would contain your data-- can work. Francois - Original Message - From: "Bobby Roberts" To: "Django users" Sent: Tuesday, 17 November, 2009 9:19:21 PM Subject: bulk product import to satchmo I've posted this on the satchmo group but i'm not

Setting up django with mongoengine on windows7

2013-06-27 Thread Dave Francois
So I am trying to set mongo-engine as django's back-end and am having no luck :/ so if someone can point me in the direction of a really good guide to follow or can walk through setup with me that would be greatly appreciated -- You received this message because you are subscribed to the Goog

Re: Scandinavian characters in .po files and timezones

2006-07-30 Thread Jean-Francois Roy
On Jul 30, 2006, at 08:08, Mikko Nylén wrote: Also, I'd like to ask how different timezones should be handled? I'm building an application where it would be necessary for the users to be able to choose their own timezone to display date and time information correctly. One option would be,

Re: Upload large files

2006-08-27 Thread Jean-Francois Roy
Check patch #2070. On Aug 27, 2006, at 08:36, pear_eater wrote: Hi. I'm developing a file uploader.And I need to upload large files(over 100MB). But on django's admin interface, it uses memory too much .Then I'm trying to write a new interface. like... if request.POST: import os.path

Re: Flakey file uploads in Safari

2006-09-16 Thread Jean-Francois Roy
I've seen this happen a lot as well, and not just for Django applications, but PHP and RoR ones as well. Either Safari is bugged, or it's doing something a lot of applications aren't ready to handle. I'd be inclined to the latter, because some other applications, namely Trac in my experienc

Inconsistent types in PostgreSQL RangeFields

2017-02-14 Thread francois-xavier . thomas
Hello all, I've been hitting a small annoyance when using the RangeField classes in the PostgreSQL contrib modules : while the value returned by psycopg is a psycopg.extras.Range type, the Django documentation explicitly mentions using tuples when creating and updating model instances. This me