Try swapping the order of smartypants and widont.
Also, what exactly is standfirst?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email t
All right. I'm now down to one (different) error with smartypants.
Environment:
Request Method: GET
Request URL: http://127.0.0.1:8000/blog/
Django Version: 1.1.1
Python Version: 2.6.4
Installed Applications:
['django.contrib.auth',
'django.contrib.comments',
'django.contrib.contenttypes',
'djang
On Apr 15, 3:54 pm, "bax...@gretschpages.com"
wrote:
> On Apr 14, 11:08 pm, HiddenWolf wrote:
>
>
>
> > TemplateSyntaxError at /blog/
>
> > Caught an exception while rendering: 'module' object has no attribute
> > 'smartyPants'
>
> I think you want smartypants, not smartyPants
I've tried that
On Apr 14, 11:08 pm, HiddenWolf wrote:
>
> TemplateSyntaxError at /blog/
>
> Caught an exception while rendering: 'module' object has no attribute
> 'smartyPants'
>
I think you want smartypants, not smartyPants
--
You received this message because you are subscribed to the Google Groups
"Djang
I get two specific errors:
One resulting from the block:
def save(self, force_insert=False, force_update=False):
from markdown import markdown
from smartypants import smartypants
self.copy_html = smartypants(markdown(self.copy, ['abbr',
'headerid(le
Have you tried to run the actual code in django shell?
Have you imported it corectly (paste some code from where the
exception gets thrown.
/J
On Thursday, April 15, 2010, HiddenWolf wrote:
> Hi all,
>
> I'm trying to get a blog app working, and I keep running into the
> weirdest error.
>
> Bot
Hi all,
I'm trying to get a blog app working, and I keep running into the
weirdest error.
Both typogrify and smartypants.py are on my django-path and import
fine from a shell. I get a similar error when trying to import and use
smartypants in a model, so it might very well be my install. I just
c
7 matches
Mail list logo