Switch to side-by-side view
--- a/Allura/allura/command/base.py +++ b/Allura/allura/command/base.py @@ -58,6 +58,7 @@ from allura import model M=model ming.configure(**conf) + pylons.c.user = M.User.anonymous() else: # Probably being called from another script (websetup, perhaps?) log = logging.getLogger('allura.command')