package documentation

Used to reflect the changes that we make to the database schema into the actual database.

Module admin This is the admin module where you can add admin functionalities. Register your models here.
Module apps This is the application starting point where you can register different modules.
Package migrations No package docstring; 5/5 modules documented
Module models This is the database strcuture of the models. Create your models here.
Module serializers This is a serializer file to add different serializers for the database.
Module tests This is a file to add test cases for different models.
Module urls This is url file to add urls for respective models.
Module views This is a file to add views for models.