trendrr / whirlwind

Framework built on top of todays fastest tech (tornado, mako templates, mongo db)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flash-messages.js is missing

vicnala opened this issue · comments

Hi,

Thanks for the very good work. Love Python too.

I have found that flash-messages.js file is missing so flash messages does not work. I found one in your repo, I have copied it to js folder and then loaded from base.html and now it's working.

Hi,

Thanks for the heads up. I was cleaning some stuff up recently and must have removed that. I've added it back in.

If your interested, been working on adding in Sockjs support (via sockjs-tornado https://github.com/mrjoes/sockjs-tornado) for multiplexed websocket support with seamless browser fallback. It's not doc'd at all yet, but here is the mod if your curious. https://github.com/trendrr/whirlwind/tree/master/whirlwind/contrib/sockjs

Glad to hear your enjoying working with whirlwind. Always happy to have help so feel free to submit pull requests if you do any hacking/fixes on the framework.

thx,
-M