Django: First Steps
摘要
As compared to some of the other, simpler Python-based web frameworks, to get started with Django is a little difficult. This is mainly because it follows a fairly rigid process of building an app. Django is also very particular about the project structure and the nomenclature. Its extensive features and the batteries included approach make Django an opinionated framework, and hence, it has a steeper learning curve as compared to others.