Re: New site: www.portaltotheuniverse.org

2009-04-23 Thread larsholm
open source django apps you used? > > > > On Thu, Apr 23, 2009 at 6:09 AM, larsholm wrote: > > > Dear all, > > > Allow me to advertise for our new Django based site: > >http://www.portaltotheuniverse.org > > > Keeping up-to-date with cutting-edge astro

New site: www.portaltotheuniverse.org

2009-04-23 Thread larsholm
Dear all, Allow me to advertise for our new Django based site: http://www.portaltotheuniverse.org Keeping up-to-date with cutting-edge astronomy and space science breakthroughs has just become that much easier, thanks to the Portal To The Universe, the latest Cornerstone project of the Internat

Re: Weird problem with memcached enabled

2007-08-14 Thread larsholm
Hi What the error says is that it cannot add this together "time.time() + cache_timeout" because on is float and the other is a string, so I suspect that you somewhere have specified *cache_timeout* as a string in quotes instead of just a number (without quotes). Either in the settings.py or in m

Re: Design plus admin question

2007-08-14 Thread larsholm
On top of above approach you can use ideas from http://code.djangoproject.com/wiki/SplitSettings to separate your settings into *common* and *deployment specific* settings. In this way, you won't need to edit the urls file (or have SVN to do it). Just setup a file on each deployment system specify

Re: Installing django on a vm using NAT - SVN 400 bad request

2007-08-14 Thread larsholm
Hi, On Aug 14, 3:36 am, sanchothefat <[EMAIL PROTECTED]> wrote: > Hi, I'm trying to get django going on a debian etch vm I have which > uses NAT to access the web. I found some info that suggested using https:// > but that won't work. Are you trying to get the latest copy of django from the subv