Philip Nuzhnyi
Philip Nuzhnyi
Hey Sebastian, You'll probably need to add your message persistence logic here somewhere: https://github.com/callmephilip/chatzilla/blob/master/chatzilla.py#L56 As far as message deletion is concerned, you might need some sort of cron job responsible...
Not supported yet. Could you please tell me more about use cases you are looking at for fie uploads?
Will do. The repository is in a somewhat in-between state right now. I'll fix this shortly
I believe it is. The example app in the apps module does not have a models module. South is not happy about that. As I said, I will update the...
My guess is that current directory ('.') is not on your python path. Try the following: 1. in the python console: import sys print sys.path 2. check to see if...
I will add automatic path appending to the fab script so you won't have to worry about it in the future
Hey Dat. I've made some changes to the bootstrap that should resolve the problems you've been having. Please let me know if it works. South migrations should work as well.
could you provide trace logs, por favor?
Make sure you are using RedisCloud addon instead of Heroku Redis as it does not seem to support `notify-keyspace-events` - https://help.heroku.com/5BP0E8RC/how-to-enable-notify-keyspace-events-on-redis
@cscott: this is definitely something I've been looking for. going to try your branch out while waiting for this PR to land. :+1: