This tutorial will be a continuation of the quick start. As we see in the quick start we create a project called schoolsite and an app inside the project called exam. Taking from there let continue by creating models in our exam app.

Note that, you can write your views or models like the way you usually write them when using flask without sakyum. It work great, nothing change.

schoolsite project

Source code for the quick start is available at official github repository of the project.