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
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
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
3 matches
Mail list logo