looking for Django Contractors

2006-10-31 Thread Benjamin Ward
Hey good people, I'm wondering where i should post a Job availability? Is there a site that could be recommended? I'm wanting to find some talented Django developers to work on a site i'm building. It's a new site for the Record Label i work for - quite a big scope. I've managed to convin

Invalid filter: 'smartypants'

2006-09-12 Thread Benjamin Ward
Hey People, I'm a Django newbie playing around with Jeff Crofts Lost-theories code. I get this page displayed error: Exception Type: TemplateSyntaxError Exception Value:Invalid filter: 'smartypants' Exception Location: /home/bward/django/django_src/django/template/ __init

Re: Invalid filter: 'smartypants'

2006-09-13 Thread Benjamin Ward
On 14/09/2006, at 8:25 AM, Guillermo Fernandez Castellanos wrote:It also seems to be a hack of the django source: """ The "markup" template tag that is included with Django doesn't support SmartyPants by default. It handles Markdown, Textile, and restructured text. I hacked the markup template tag

shared model relationship question

2006-10-03 Thread Benjamin Ward
Im very new to this so please forgive if this is an obvious question: How do you describe these relationships in a model in Django: 1) UserProfile extends User. UserProfile has_a Address. Event has_a Address. Where Address has a common data-structure shared by Event and UserProfile, but ea

Iterating over model's fields assigning POST Data if present

2006-10-18 Thread Benjamin Ward
  Hi All,   I'm struggling writing my first custom manipulator. I think I need a custom because I'm trying to create a new User object, a new MosMember object and a new Address object all off the one Form.   MosMember is a profile extension of Auth_User, and each MosMember has a related Address.

Re: Iterating over model's fields assigning POST Data if present

2006-10-18 Thread Benjamin Ward
e the assignment. 'SyntaxError - can't assign to function call'So how do i find that Model Field name, the name of which is held in f.name, so that i can assign a value to it?Thanks again.On 18/10/2006, at 5:44 PM, Benjamin Ward wrote:   Hi All,   I'm struggling writing my fi