Re: [mezzanine-users] Re: Cannot install Drum successfully

2016-05-27 Thread Xuwen Fang
The NameError problem got solved. Thanks for your kind help! 在 2016年5月28日星期六 UTC+8下午12:11:39,Ryne Everett写道: > > Seems that the pypi package is out of date. That was fixed here: > https://github.com/stephenmcd/drum/pull/22. You can install straight from > github with `pip install -U

Re: [mezzanine-users] Re: Cannot install Drum successfully

2016-05-27 Thread Ryne Everett
Seems that the pypi package is out of date. That was fixed here: https://github.com/stephenmcd/drum/pull/22. You can install straight from github with `pip install -U git+https://github.com/stephenmcd/drum.git`. On Sat, May 28, 2016 at 12:04 AM, Xuwen Fang wrote: > Thank you!

[mezzanine-users] Re: Cannot install Drum successfully

2016-05-27 Thread Xuwen Fang
Thank you! I uncommented the "mezzanine.pages" and made migrations so I could enter the admin site. However, I still got an error when posting and commenting on links on the site. After I post or comment, the page shows: NameError at /link/create/ name 'reduce' is not defined Request Method: