AnnArbor.com is looking for a Django Developer

2010-01-15 Thread hass
AnnArbor.com is seeking a full-time developer to help create the best local site for Ann Arbor and Washtenaw County MI. The main responsibility for our web developers is to take ideas -- from the staff and your own -- and turn them into reality. Some highlights of things we've launched in the

Re: Time estimation for a Django project

2007-11-14 Thread hass
that's a very bold move. I'd say that if you can't estimate the time required, you're not ready to take on that project. But you've got to start somewhere, good luck with it. and once you guess about the time, be sure to at least triple it. -h On Nov 14, 10:39 am, Sun Wukong <[EMAIL

Re: webhostingbuzz, anyone tried

2007-11-08 Thread hass
I too am on webfaction, it's worth it, and dirt cheap. --~--~-~--~~~---~--~~ 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 unsubscribe from

Model Method Regular Expressions

2007-06-07 Thread hass
I'm trying to set up a model with a field that swallows a healthy dollop of html, such as a youtube embed code. But then, I want to use regular expressions to strip that code into pieces that I can access independently. My first thought is that some regular expression kungfu could do that

Re: Another Django Site with Source Code

2007-06-07 Thread hass
Thanks, looking at other code is always so helpful for me. --~--~-~--~~~---~--~~ 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 unsubscribe

Accesing a property and methd in the admin site

2007-03-12 Thread hass
I just got my first django app up: http://brackets.bracketboy.net/ Not very impressive, but I'm still excited about it. anyway . . . I'm having trouble accesing a method through the admin interface as part of a choices list. It seems to work fine throughout the site and the admin interface, but