Learning Django
Everybody learns in different ways, but I'm one of those people who like to understand the fundamentals and best-practices before I get even ankle deep into the water.
Ideally I'd like a book/resource cover the following topics:
- Installation (including DB)
- IDEs
- Version control
- Using TDD and BDD from the start
- Admin views
- Basic CRUD example
- Authentication
- Security
- Access Control
- State
- Deployment
- REST API
This may sound familiar if you have learnt Ruby on Rails with the amazing Rails 4 in Action, however surprisingly and unfortunately there is no direct equivalent in Django.
Comments
Post a Comment