Alexander Emelin

Results 366 comments of Alexander Emelin

@johnsonc hello, thanks for kind words! Not sure I understand you right - do you suggest adding django-channels here? If yes - it would be nice of course but I...

Hello, looks like you have not run migrations: ``` python manage.py migrate ```

Which Django version btw? UPD - ah I see in traceback, ignore this question

I updated requirements.txt to use Django 1.7.11 - please pull changes, update your virtualenv and try again. More work required to make this demo be compatible with latest Django -...

Btw if you are interested in making chat in Django - I suggest looking at [Centrifugo](https://github.com/centrifugal/centrifugo) server or [django-channels](https://github.com/andrewgodwin/channels) project (not very stable at moment but can be merged into...

@medmond78 thanks for report! I will appreciate pull request with a fix - this is a very old repo and I have no time for it at moment.

@fre5h hello, this looks awesome! Anything I can help with to finish this pr?

@sash2222 hi! So do I understand right that you want to dynamically construct HTTP endpoints based on proxy request context. For example, sth like this: ```json { ... "proxy_subscribe_endpoint": "https://localhost:3000/channel/{{...

Probably it's sth that may araise at some point in the future - but closing for now, that's sth I'd like to avoid stepping into without proper justification.

Hello, you can simply use `nodemon`: ``` npm install -g nodemon nodemon --watch config.json --exec ./centrifugo --signal SIGTERM ```