Re: Running django-admin.py Commands without a Shell

2010-07-06 Thread maxweld
Thanks Russ for the information. I am very interested in the new self.stdout and self.stderr feature of management.commands. I can see that this is implemented in trunk for some commands but not yet for others. I guess the others will come in time, although maybe I could help by contributing some

Running django-admin.py Commands without a Shell

2010-06-21 Thread maxweld
I am working with my virtual hosting provider to enable him support Django. I have used him for ages, and having converted myself to Django would like to help establish another hosting provider with support for Django. I have a configuration for his servers and virtual hosting environment that

Re: Problems with Admin CSS

2010-05-02 Thread maxweld
On May 1, 6:23 pm, Daniel Roseman wrote: > > The WSGIScriptAlias is stealing everything from \, so you need to > explicitly exclude paths from being handled by WSGI. > Many thanks for the explanation. Its starting to make sense now. -- You received this message because

Re: Problems with Admin CSS

2010-05-01 Thread maxweld
On May 1, 12:17 pm, Daniel Roseman <dan...@roseman.org.uk> wrote: > On May 1, 10:15 am, maxweld <da...@maxwell.uk.net> wrote: > > You haven't got anything in here to actually serve the files from www. > Surely you should have an Alias directive to point to the media &

Problems with Admin CSS

2010-05-01 Thread maxweld
media to the admin applicaion media files 2. a further directory with the django,wsgi script Here is the directory structure and files maxw...@shiraz:~/TestProject$ ls -alR drwxr-xr-x 3 maxweld maxweld 4096 2010-04-27 19:09 . drwxr-xr-x 58 maxweld maxweld 4096 2010-05-01 09:37 .. drwxr-xr-x

Re: copied change_form load problems

2009-12-24 Thread maxweld
On Dec 23, 11:24 pm, Daniel Roseman <dan...@roseman.org.uk> wrote: > On Dec 23, 11:14 pm, maxweld <da...@maxwell.uk.net> wrote: > > > I am pretty sure that it is not loading the custom template tags > > {{ load i18n admin_modify adminmedia %} > > If that's a

copied change_form load problems

2009-12-23 Thread maxweld
I am following the first project in Practical Django Projects (2nd Edition) by James Bennett, and when trying to add the TinyMCE editor have encountered a problem that has me stumped. I have copied /django/contrib/admin/templates/admin/change_form.html to