[Fixed]-Django / Twisted (or hendrix) help to start

1👍

Learn each part of your stack one-by-one. Start by following a Django tutorial, then once you’re comfortable with Django run the app using Hendrix instead of Django’s manage.py, finally add your UDP tasks via Twisted from Hendrix. Lucky for you all the projects you’ve mentioned have good communities and documentation. You don’t have to get everything working perfectly, just get some working pieces.

Write some code, then when you have some running code and you get stuck somewhere, hop back onto Stackoverflow and ask your specific questions.

Update

As it so happens, there’s a video which shows how to integrate Django + Hendrix. Give it a shot and tell us how it goes.

Leave a comment