Re: Django Admin

2006-03-01 Thread Steven Armstrong
On 03/01/06 17:26, timster wrote: > I've been using Django mostly just playing around and trying to get the > hang of things before I try anything serious. I'm using Apache and > FCGI, along with the magic-removal branch. > > Last night or the night before, I ran 'svn update' to get the latest >

Re: CSS issues

2006-03-09 Thread Steven Armstrong
On 03/09/06 11:47, tomass wrote: > Hi Folks, > > I've copied the admin css to be used for my views, but I've added in > this custom section which is a modified version of the FILTER COLUMN > from changelist.css: > > /* FILTER COLUMN (CUSTOM VERSION) */ > > #changelist-filter-custom {position:

Re: Eclipse based Django IDE???

2006-03-16 Thread Steven Armstrong
> > Has anyone heard of something along the lines of a 'RadRails' for > Django? > > I google'd around and didn't see anything, other than PyDev. But I was > thinking that a similar product would be a pretty nice feather in > Django's hat. > > I'm a n00b with Python, but I'm trying it and Django o

Django, Eclipse, Pydev, Ant (was: Ant and Eclipse (build.xml by Steven Armstrong))

2006-03-16 Thread Steven Armstrong
On 03/16/06 12:53, Todd O'Bryan wrote: > OK. I replaced 'cmd' with 'command' (which, I discovered was an > argument to ps, not its own command) and didn't get the error about > cmd not being found, but the task still died. The whole error message > is below. As you can see, it doesn't really gi

Re: basic extension of users.User

2006-04-11 Thread Steven Armstrong
On 04/11/06 05:53, Norbert wrote: > Hello, > > I'm just starting out in really trying to get a Django app on its > feet, even though I've played with it on and off for a couple weeks. > > Here's where my first cryptic error begins. > I tried extend users.User in the most basic fashion I could

Re: Various problems porting to Magic Removal

2006-04-22 Thread Steven Armstrong
On 04/23/06 00:15, Richie Hindle wrote: > Hi, > > I'm porting my app from the trunk to Magic Removal. I've carried out all > the steps at http://code.djangoproject.com/wiki/RemovingTheMagic but I'm > having various problems - I imagine they're all linked to some mistake > I've made somewhere alo

Re: Forking a new process

2006-04-25 Thread Steven Armstrong
On 04/25/06 13:56, tomass wrote: > Hi Folks, > > I'm trying to fork a new process using os.fork(), and everything seems > to be working well, except that I need to then reference django models > from the forked process. This seems to mean I need to reimport all the > relevant modules into the fun

Re: Different versions of Django - apache virtual hosts

2006-04-28 Thread Steven Armstrong
On 04/28/06 14:05, tomass wrote: > Hi Folks, > > Just wondering how I configure an apache virtual host to use a > different version of Django. I've installed the magic-removal branch > and have added the following to my virtual host config file, but I'm > still getting an error message which indi

Re: mod_python, apache, django

2006-04-28 Thread Steven Armstrong
On 04/29/06 01:30, tgone wrote: > Hello, > > I'm getting the following error: > > --- > Mod_python error: "PythonHandler django.core.handlers.modpython" > > Traceback (most recent call last): > > File "/usr/local/lib/python2.4/site-

Re: Apache and static files

2006-05-01 Thread Steven Armstrong
On 05/01/06 22:36, tgone wrote: > Hello, > > I followed the tutorial on how to serve static files with > Apache+mod_python but I'm still having problems. I get a 404 when I try > to access an image at http://localhost/project/media/test.png. I know > for sure that mod_python is disabled for the /

Re: Apache and static files

2006-05-01 Thread Steven Armstrong
On 05/01/06 22:51, tgone wrote: > > Steven Armstrong wrote: >> On 05/01/06 22:36, tgone wrote: >> > Hello, >> > >> > I followed the tutorial on how to serve static files with >> > Apache+mod_python but I'm still having problems. I get a 404 w

<    1   2