django-debug-toolbar is simply must have tool for Django development. It adds powerfull toolbar which allows detailed diagnostic and debugging of Django site. Quick install: pip […] Read More
Tag: Python
Deploying Django app to Heroku from Windows machine is little bit tricky. You can follow instructions in Heroku manual. The first problem that you may […] Read More
Three.js exporter for new version of Blender 2.60 supports many features. The problem is that default exporter settings generates quite big JSON file even for […] Read More
This video tutorial explains how to create mesh using Python script. Vertices must be defined in right order when we want to define correct face. […] Read More
Blender is powerful 3D modelling tool. What makes it really powerful is support for Python. I was playing little bit with configuration of Intellij IDEA […] Read More