| Name | Kerdan |
|---|---|
| Email Address | guillaume.le_merdy@irisa.fr |
| Avatar | |
| Posts | 1 |
-
- 2010-04-30 08:52:08
- Weird extra character
- Board » Django » Templates
-
Hello, I'm pretty new with Django and python, and am slowly learning using the Django book.
I've followed the examples, everything is working nicely, but I've noticed, when executingpython manage.py shell
and then minding my own business, that when I enter atemplate.render(context)
I get an extra 'u' character (which is not mentioned in the book) at the beginning of my string. I mean before the quote.
Is it normal?
Thanks for your answers, and please forgive me if it's a silly thing.
--- Last Edited by Kerdan at 2010-04-30 09:34:08 ---


