ManyRelatedManager object Question

2010-05-17 Thread appel268576
Hello. I have a model that draws info from another class, so basically a ManyToMany field and want to display this information in my template. in my models.py I have the following. MODELS.PY class Geo(models.Model): title = models.CharField(max_length=30) class Specie(models.Model): ge

Re: ManyRelatedManager object Question

2010-05-17 Thread appel268576
figured it out. Nevermind On May 17, 11:30 am, appel268576 wrote: > Hello. > > I have a model that draws info from another class, so basically a > ManyToMany field and want to display this information in my template. > > in my models.py I have the following. > >

user registration extras

2010-05-19 Thread appel268576
hi there. I am having some issues and don't really know where to go to with this. I am using the django-registration from bitbucket which is very handy, however I would like to pass extra items upon registration such as 'first name', 'last name' etc. any ideas? -- You received this message bec

Django c _imaging module not installed

2010-06-22 Thread appel268576
Hi there. For the last week or so I have been having real issues with getting Django / python and libjpeg to play nice. However successfully followed loads of threads and comments and got my own solution. Secondly I have applied this solution so that it works successfully on my production server.

Re: django-friends | setup views.py with templates

2010-10-02 Thread appel268576
Hi. I ma having the same problem. Could you find any documentation on this? On Sep 6, 10:13 pm, justin jools wrote: > Hi I have setup jtauber notification and friends apps but now I am > stuck as to how to add views/urls to produce add friends/friends > accept/friends list etc. > > please help