On Mon, 2011-01-24 at 22:27 -0500, Chris McDonough wrote:
> Pyramid 1.0b2 has been released to PyPI. It is a pure bugfix release.
>
> Install it via:
>
>easy_install pyramid
>
> Or upgrade via:
>
>easy_install -U pyramid
I should also note that barring any showstopper bugs, 1.0 final
Pyramid 1.0b2 has been released to PyPI. It is a pure bugfix release.
Install it via:
easy_install pyramid
Or upgrade via:
easy_install -U pyramid
The docs at http://docs.pylonsproject.org/projects/pyramid/dev/ have not
yet been updated, but no functionality has changed, so no docs save
I'd love to know more about this. For the record, on my system, the
code at
https://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki2/src
and
https://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki/src
"just works" even though it contains the copyright character. Does it
work w
I also new at pylons/pyramid and have testing the tutorial with wiki
and have the same problem.
Delete all © caracter from templates (edit.pt and view.pt).
second other thread:
http://groups.google.com/group/pylons-devel/browse_thread/thread/1c4b022930115271?fwc=1&pli=1
I don't know the cause.
An
Great! works!
Thanks
Gins
2011/1/24 Kyle Terry
> proxy_set_header Host $host;
>
> That should do the trick.
>
> Kyle Terry | www.kyleterry.com
>
>
>
> On Sun, Jan 23, 2011 at 9:22 PM, Chris McDonough wrote:
>
>> Have nginx pass through the Host header to Pyramid. The right URLs w