Re: GeoDjangoFriendly?

2008-05-04 Thread RichardH
I don't know about specifically GeoDjango dependencies, but the Webfaction guys have been very responsive to my requests for additional Python module installations. Richard On May 4, 12:20 pm, Tyler Erickson <[EMAIL PROTECTED]> wrote: > Anyone have experience/opinions on hosting GeoDjango with Po

Re: TemplateDoesNotExist at /admin/

2008-02-18 Thread RichardH
copy solved the issue. RichardH On Feb 4, 12:07 am, Nathan <[EMAIL PROTECTED]> wrote: > Same error here on Mac OS X Leopard, having installed from the 0.96.1 > tarball via setup.py. > > TemplateDoesNotExist at /admin/ > admin/login.html > > Those folders are not presen

Configuring a Django Project for Intranet Deployment

2007-11-11 Thread RichardH
The problem: How do you best configure a Django project so that it can be deployed in a production Intranet environment where you don't "own" the domain root url, i.e. the Django project appears at http://www.mydomain.com/some/url/path/to/django/project/name (and it could change!)? However, at the

Re: Automatic error reporting to admin email

2007-10-27 Thread RichardH
On Oct 27, 11:51 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Sat, 2007-10-27 at 08:39 +, Daybreaker wrote: > > I'm developing & administrating a django-powered website. > > It's still in beta phase, so some errors are found by users. > > > I want to make an automatic error reportin

Re: SlugField not prepopulating?

2007-08-13 Thread RichardH
Mike, welcome to Django. The prepopulate_from relies on Javascript in the admin pages, so only works in the site admin interface. However you have also set editable=False, so it will not be seen in the admin pages anyway. >From the Model Reference documentation: "SlugField ... Accepts an extra opt

Re: Passing a list of field names to the value() method?

2007-06-21 Thread RichardH
On Jun 21, 4:54 pm, Gabriel Farrell <[EMAIL PROTECTED]> wrote: > On Jun 19, 5:19 pm, RichardH <[EMAIL PROTECTED]> wrote: > > > > > This is probably more of a Python question than django, but django > > provides the context for my problem. > > > R

Passing a list of field names to the value() method?

2007-06-19 Thread RichardH
This is probably more of a Python question than django, but django provides the context for my problem. Requirement: I have got a user defined list of field names (e.g. field_names=['id','name','description',...]) and I want to pass this list to the value() method on a QuerySet thereby returning

Re: Error from decimal.py _raise_error, line 2267

2007-06-09 Thread RichardH
On 9 Jun, 13:16, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Sat, 2007-06-09 at 04:57 -0700, RichardH wrote: > > I am running the django web server/sqlite on WinXP with Python 2.4 and > > the latest django SVN version. In keeping up with the FloatField to > >

Error from decimal.py _raise_error, line 2267

2007-06-09 Thread RichardH
I am running the django web server/sqlite on WinXP with Python 2.4 and the latest django SVN version. In keeping up with the FloatField to DecimalField changes I came across an error in both the admin pages and user pages with one of my apps. In the debug page (excellent feature), an InvalidOperat

Re: magic-removal on Windows XP Pro

2006-04-29 Thread RichardH
Malcolm, Thanks for the explanation. Richard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, s

magic-removal on Windows XP Pro

2006-04-29 Thread RichardH
Hello. I am new to django but have had 0.91 working on Windows XP. Just tried the 0.92 svn version of magic-removal (reports 0.91), but it comes up with an IndexError on one of the examples. I note that all of the code/documentation for magic-removal seems to be Linux based. Am I pushing too far w