Re: Django for windows XP

2009-09-07 Thread anode
Or, if you want to get up and running quickly to try it out, you can try instant django http://www.instantdjango.com/ Haven't used it since last year, but it seems to be kept up to date, and it worked well last time I used it On Sep 7, 4:42 pm, Daniel Roseman wrote: > On Sep 7, 5:30 am, vaidya

Re: install django on a shared host, with fastcgi

2009-01-22 Thread anode
I've managed to successfully install django running fcgi on my shared host, but I've got to warn you, it's not usually an easy path. Took me ages. It's usually much, much easier to use a django-friendly host such as webfaction, but anyway, here a couple of points from a non-expert. 1) Are you ty

Re: Can't edit reverse relation in a many2many field in admin site

2008-12-05 Thread anode
Hi, I'm not an expert either, but I think you can get what you want using a technique from here: http://code.djangoproject.com/ticket/897 Basically you just tell your Track model it's part of a many to many relationship like this: class Track(models.Model): name = models.CharField(max_lengt