German Ilin
German Ilin
How do you connect to mongodb? I am doing it this way ``` DATABASES = { 'default': { 'ENGINE': 'django.db.backends.dummy' } } mongoengine.connnect(dbname) ```
Connecting to sqlite fixes the problem
Maybe we can add some extra meta parameter? Some kind of `documentId`, which will be a long random number or a sequence of characters. Document will be identified by pair...
Common! Seriously? Any updates on this issue?
@kristinn [done](https://github.com/MongoEngine/mongoengine/issues/271).
`reverse` and template tags are not usable without Django sites framework.
Yes. Actually it's based on `pyramid_backbone_redis_chat` example: ``` import redis import ujson as json import urllib2 from socketio.namespace import BaseNamespace from socketio.mixins import RoomsMixin, BroadcastMixin from socketio import socketio_manage from...
I think I got the problem. I was running my app under gunicorn using `GeventSocketIOWorker` with 4 workers. Workers do not share "socket-sessions" between them. The first and the second...
@aallam it should also support error in the stream
No. `PHABRICATOR_CERT` is the same value. Restarting the app, makes it work again.