Thanks, Benjamin, I figured it was a version issue, I'm just so new to
Python that I didn't know where to look. Sorry for polluting the list
with Django questions, I thought it was an underlying Python issue, not
the framework.
-id
On 01/26/2011 10:10 AM, Benjamin Kircher wrote:
Hi Ian.
W
On Jan 26, 2011, at 4:11 PM, ian douglas wrote:
> Thanks Tino,
>
> It's certainly not homework, I'm learning Python after being in the Perl/PHP
> world for well over a decade. Trying to teach this old dog some new tricks.
>
> On Jan 26, 2011 6:47 AM, "Tino Dai" wrote:
> > On Wed, Jan 26, 2011
Thanks Tino,
It's certainly not homework, I'm learning Python after being in the Perl/PHP
world for well over a decade. Trying to teach this old dog some new tricks.
On Jan 26, 2011 6:47 AM, "Tino Dai" wrote:
> On Wed, Jan 26, 2011 at 2:46 AM, ian douglas wrote:
>
>> Hey all,
>>
>> I followed a t
On Wed, Jan 26, 2011 at 2:46 AM, ian douglas wrote:
> Hey all,
>
> I followed a tutorial on creating a very simple wiki in Python, which
> worked fine until the example where the instructor wanted to render the
> output through markdown.markdown()
>
> Here's the view code:
>
> from agwiki.wiki.mo
Hey all,
I followed a tutorial on creating a very simple wiki in Python, which
worked fine until the example where the instructor wanted to render the
output through markdown.markdown()
Here's the view code:
from agwiki.wiki.models import Page
from django.shortcuts import render_to_response