On Thursday 07 June 2007 08:58, [EMAIL PROTECTED] wrote:
> I'm trying to push a beta build of an App I wrote to my Apache server
> but, I'm running into some problems (I'm pretty sure it's permission
> related)
>
> Here's the details.
[snip]
> /home/thebest/TheBest/alpha1/TheBest is the root
I have some templates I'm using to produce static content, and in the base
template, there's a block called 'title' used for the page title. I also want
to use the same text content for the page title displayed in the body, and in
a few other places, however this doesn't appear to be possible.
On Wed, 20 Sep 2006 07:53, James Bennett wrote:
> On 9/19/06, Ramdas S <[EMAIL PROTECTED]> wrote:
> > Is anyone running Django dev version on Python 2.5? Will it work or are
> > there any issues?
>
> Python 2.5 doesn't break or remove anything, it just adds some new
> features. So it should work j
On Thursday 21 September 2006 05:44, John DeRosa wrote:
> Oliver Andrich wrote:
> > Hi,
> >
> > I am running Django 0.95 . And so far I can't see any problems.
>
> How'd you do it?
>
> I'm on Windows XP. I installed Python 2.5 from python.org without a
> problem.
>
> But then I found that
I've got a model built out of a database introspection on a mysql MyISAM table
which has a 'text' column which maps to a TextField. The problem is that this
field ends up being an array object of characters, rather than just a string,
as I expected.
Is this behaviour consistant for all TextFie
I'm working with an introspected model against tables in a mysql backed with
the MyISAM engine, and I'm having problems when creating new objects.
Basically, I instantiate a new instance of the model, save the new object
with the save method, then test the primary key attribute.
Except that th
On Tuesday 12 December 2006 03:10, John Morton wrote:
> I'm working with an introspected model against tables in a mysql backed
> with the MyISAM engine, and I'm having problems when creating new objects.
> Basically, I instantiate a new instance of the model, save the new obj
On Tuesday 12 December 2006 17:26, Adrian Holovaty wrote:
> On 12/11/06, John Morton <[EMAIL PROTECTED]> wrote:
> > The database introspection was correctly detecting which field to set as
> > the primary key, but failed to detect that that column was
> > auto
On Friday 12 January 2007 16:04, cwurld wrote:
> Hi,
>
> Does this make sense? I wanted some code to cycle thru some banner ads.
> I could have done it with dojo doing a callback to my view, have my
> view send the image path and the corresponding url, but that seemed
> like a lot of activity
I have an app built who's data (shared lookup tables) is stored in it's own
database. I want to pull those models into another application to map various
codes in the second application's data to sensible user output, but I can't
see a straight forward way of advising a particular imported mode
On Thu, 27 Jul 2006 18:41, James Bennett wrote:
> On 7/27/06, John Morton <[EMAIL PROTECTED]> wrote:
> > I have an app built who's data (shared lookup tables) is stored in it's
> > own database. I want to pull those models into another application to map
On Monday 31 July 2006 22:04, Akatemik wrote:
> I'm running the basic django server and everything works fine from lan.
> But from outside every request has a three second overhead, even if
> it's just a 304. This means that a small html-page with three JS-files
> and a stylesheet takes 15 sec
12 matches
Mail list logo