Django is a well known Python Web Framework with a big number of functionalities ready to use out of the box.
Here you can find some o the things I have learned about Django in the form of simple tutorials. The code for theses tutorials can be found on my github page and you can download and reuse it.
And there we go…
Pet Project 01 – Django CRUD
This was in fact my first project with Django and I am still learning with it.
Part of my experience is described at this post: Django CRUD.
You can find the source code here: https://github.com/albertosdneto/crudProject
Tutorial 1 – Django CRUD with Class Based Views
Here we can see how a simple app can be built with Django CBV and SQLite.
Click here to read it.