Re: Sets

2008-07-20 Thread Cole Tuininga
s - it's truly a set that is an attribute of a class. If I have to implement it as a many to many relationship with another class, then that's how it is. I suppose I could also do it as a bunch of named boolean attributes in the original class, but that someho

Re: Sets

2008-07-20 Thread Cole Tuininga
secure way to import it is: Oops - sorry, I wasn't very clear in my original request. I'm looking for a set type in the Django model hierarchy. Does this make more sense? -- Cole Tuininga http://www.tuininga.org/ --~--~-~--~~~---~--~~ You received this message becau

Sets

2008-07-19 Thread Cole Tuininga
Quick question for you folks - is there a native "set" type in the Django model system? I'm currently on 0.96.1. Thanks! -- Cole Tuininga http://www.tuininga.org/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

Accessing Session from urls.py

2008-04-13 Thread Cole Tuininga
could access the request object, I wouldn't need to go through that rigamarole, since I'd be able to just access request.session directly. Help? (I'm using Django 0.96.1, btw) Many thanks! -- Cole Tuininga http://www.tuininga.org/ --~--~-~--~~~---~--~~

Model design help

2007-07-28 Thread Cole Tuininga
ring (most preferred to least preferred) per timeslot. Have I explained this well enough? Anybody have thoughts? -- Cole Tuininga http://www.tuininga.org/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Djan

Re: Dynamically created fields for a newform

2007-07-10 Thread Cole Tuininga
k into developing Django. -- Cole Tuininga http://www.tuininga.org/ --~--~-~--~~~---~--~~ 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

Dynamically created fields for a newform

2007-07-10 Thread Cole Tuininga
somewhere? Thanks in advance folks... -- Cole Tuininga http://www.tuininga.org/ --~--~-~--~~~---~--~~ 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@google

Re: {% include %}'d files not interpolating {% block %}s?

2006-09-05 Thread Cole Tuininga
t. I'd been so gung-ho to separate out the "elements" into separate pieces, I just assumed everything would work out. :) I could probably do this. -- Cole Tuininga http://www.tuininga.org/ --~--~-~--~~~---~--~~ You received this message because you are

Re: {% include %}'d files not interpolating {% block %}s?

2006-09-05 Thread Cole Tuininga
rather than having to pass it in as a variable from the view... -- Cole Tuininga http://www.tuininga.org/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

{% include %}'d files not interpolating {% block %}s?

2006-09-04 Thread Cole Tuininga
uot;base.tmpl" %} and then simply do something like: {% block title %}The title for the particular template{% endblock %} However, when I render this, it turns out to *always* display with the default content from doc_head.tmpl (ie "Section Title"). What am

Admin looking for media/css/null?

2006-08-27 Thread Cole Tuininga
PythonDebug On Alias /media /usr/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django/contrib/admin/media SetHandler None What am I doing wrong? -- Cole Tuininga http://www.tuininga.org/ --~--~-~--~~~---~--~~ You received

URLField limitations

2006-08-21 Thread Cole Tuininga
of and contributors to Django - keep up the great work. It's much appreciated. -- Cole Tuininga http://www.tuininga.org/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this g

Re: manage.py runserver throws error message

2006-08-19 Thread Cole Tuininga
ng some sort of name collision? -- Cole Tuininga http://www.tuininga.org/ --~--~-~--~~~---~--~~ 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.

Re: manage.py runserver throws error message

2006-08-18 Thread Cole Tuininga
age.py runserver"? > > No, I didn't edit any line. > The tutorial doesn't say anything about editing lines (at least not at > this stage...) : > http://www.djangoproject.com/documentation/tutorial1/ > > What am I supposed to do? I'm running into the same problem - was the