I would hazard a guess that your index.html file is actually not ascii
or utf-8 but some other encoding - probably cp1252
0x93 in cp1252 is a "smart quote" ( see
http://en.wikipedia.org/wiki/Windows-1252 ) so that would look like it
fits with the line quoted below.
Open it in an editor that knows
Use the "safe" filter to disable the auto-escaping that templates
apply to all variables:
http://docs.djangoproject.com/en/1.2/ref/templates/builtins/#safe
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to djan
Your authentication has failed somehow and authenticate() has returned
an AnonymousUser object.
calling .save() on this raises the exception
(code =
http://code.djangoproject.com/browser/django/trunk/django/contrib/auth/models.py#L399
)
On 22 July 2010 23:33, Jeff wrote:
> Hi,
>
> I get a Not
"e-mail" can't have a hyphen in it. Python thinks you're "assigning"
to the operation e - mail
just type into a shell to see.
e-mail = "blah"
SyntaxError: can't assign to operator
rename to e_mail or email or something and you should be good to go
On 22 July 2010 06:10, strayhand wrote:
> I ap
2nd Vote for Nonrel
http://www.allbuttonspressed.com/projects/django-nonrel
If you'd prefer not to use that, there's also Google's App Engine
Helper for Django -
http://code.google.com/p/google-app-engine-django/
http://code.google.com/appengine/articles/appengine_helper_for_django.html
But unlik
5 matches
Mail list logo