Recently in the local hackerspace we have a small discussion about which tools use to reshape our website. Most of them voted for a "tested solution" including Wiki and a CMS, but I'm proposing web2py + Movuca + plugin_wiki, wich I think will be easier to understand, extend and hack, instead of just install and use. I have installed Movuca and I've made some initial tests, but now I want to use it with plugin_wiki to offer the same of the same functionality of CMS + wiki. So I made the installation but I get an error when plugin_wiki is trying to use "auth.user". I tryed importing Auth from gluon and even "from gloun import *" but still I get the same error. There is any way to use plugin_wiki with Movuca?
Answers (2)
Comments (2)
0
rochacbruno 12 years ago
You can import Auth from movuca in controllers/plugin_wiki.py
replies (2)
0
andrew-willimott-10653 12 years ago
Does the same apply with the new auth.wiki? Note that Massimo suggested that plugin_wiki will be deprecated in favour of auth.wiki.
P.S. I'm impressed with auth.wiki so far. Adding "movica" features (or vice versa) would be very good.
Thanks
replies (1)