Re: RFC: Django 1.0 roadmap and timeline

2008-06-12 Thread Matt Davies
Jacob, I feel your pain butty. Do what you think is right, django has been brilliant so far. The jump to version 1(lightspeed) has been a bit of a nightmare, but let's all remember a pre django world. I for one trust Jacob's judgement. Just do it mate, there's good good people who want to help.

Re: new to django / web development altogether

2008-04-13 Thread Matt Davies
Hi Joyanta You have so many questions that it's impossible to answer them all, and some of them are unanswerable, 'who knows', 'it depends' type answers. Django is good though, damn good. On 11/04/2008, Patryk Zawadzki <[EMAIL PROTECTED]> wrote: > > 2008/4/11 joyanta <[EMAIL PROTECTED]>: > >

Re: Django expertise

2008-04-04 Thread Matt Davies
Aaron try this site http://djangogigs.com/ On 03/04/2008, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > > On Thu, Apr 3, 2008 at 9:07 AM, Aaron <[EMAIL PROTECTED]> wrote: > > My apologies in advance if this is not the correct channel for this > > message, > > > It is not. From the group's

Re: Would a web search be a good addition to the contribs framework?

2007-10-03 Thread Matt Davies
Thanks for the tips Ian Building this search solution is the next job on my every growing list, I think I'll blog it as it'll be a really good example of someone who is starting from the beggining with very little knowledge :-) On 03/10/2007, Ian Holsman <[EMAIL PROTECTED]>

Re: Would a web search be a good addition to the contribs framework?

2007-10-03 Thread Matt Davies
n it :-) See, I'm lazy really, but I think I'm going to have to learn java as my boss is also a rails fan, so Sorl is looking like the most likely candidate. I love it by the way, it's fab! On 03/10/2007, Ian Holsman <[EMAIL PROTECTED]> wrote: > > Matt Davies wrote:

Re: Would a web search be a good addition to the contribs framework?

2007-10-01 Thread Matt Davies
yes please shabda we're currenlty moving away from webglimpse and into solr for our search engine technology, but something inside django itself would be really useful. Especially if you could query other django appilcations from within one application. ooh, now dat be tasty burgers On 01/10/2

Re: Error message: The Python markdown library isn't installed. - Help needed please.

2007-06-21 Thread Matt Davies
Hi John You need to install the python Markdown Module, it doesn't come with django mate or python, it's like an add on. I think on gentoo linux you can install it using emerge and etc-update. Not sure though, check your gentoo documentation on installing python modules. On 21/06/07, john-f <

Re: textile mysql unicode and newforms

2007-06-19 Thread Matt Davies
Hi Waylan I tried it the uicode branch on my local machine and it didn't make any difference. I'm still keeping it on my local box though. So, I tweaked the code a bit, so it looks like this at the top of the save overide now, not at the bottom and it's working as expected. if self.summary:

Re: textile mysql unicode and newforms

2007-06-19 Thread Matt Davies
Here's the add_event in my views which uses the newforms and calls the save. http://pastie.textmate.org/71706 It will probably help :-) On 19/06/07, vanderkerkoff <[EMAIL PROTECTED]> wrote: > > Hello everyone > > I'm running django from the trunk, so using the most up to date > version, python