Code for Django by Example book by Antonio Mele https://www.packtpub.com/web-development/django-example
- Star it :)
- for more django book visit packtpub
- Fork it ( https://github.com/guinslym/django-by-example/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Test it
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request