With the recent Django 1.5 release, we now have the choice to create custom user model instead of the default user model that came with django.contrib.auth.
Two important use cases this release resolved were the ability to easily extend user profile and fix ...continue
Let’s move beyond the when and why of a personal blog of a web developer and discuss the what and how. The current trend seems to favor the static site generation route and I agree whole-heartedly. Static pages are easier and faster to host and ...continue