0👍
✅
Start here:
and here:
There are some Django examples as to how to get started. Your tech. stack should allow you to run this without much problems.
1👍
You will probably encounter issues using Socket.io (which will try to use websocket) with Nginx. Nginx 1.0 does not support proxying of HTTP/1.1. You can use tcp_proxy to work around it. You might be able to find some forks for Nginx 1.1 that have websocket support though.
- [Django]-My custom heroku python buildpack downloads requirements on every push
- [Django]-ElasticSearch term suggest on analyzed field returns no suggestions
- [Django]-Django AllAuth gives SSLError
- [Django]-Remove a migration from south migration history
- [Django]-Django admin – Wrong model object at edit page
Source:stackexchange.com