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
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
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
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
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
5 matches
Mail list logo