and the courses print is [
{
'_id': ObjectId('5ebb322224362a7fece66c2a'),
'name': 'wxcxcx xc',
'author': {
'username': 'root',
'email': 'root@gmail.com'
},
'created': datetime.datetime(2020,5,13,1,32,50,891000),
'modules': [
{
'name': 'Introduction',
'videos': [
{
'title': 'Video Introduction',
'video': 'https: //
www.youtube.com/watch?v=Z-jkjk',
'_cls': 'app.models.comment.Video'
}
],
'_cls': 'app.models.comment.Module'
},
{
'name': 'Lets start',
'videos': [
{
'title': 'Create ',
'video': '
https://www.youtube.com/watch?v=jg',
'_cls': 'app.models.comment.Video'
},
{
'title': 'Clean Code',
'video': '
https://www.youtube.com/watch?v=ghj',
'_cls': 'app.models.comment.Video'
},
{
'title': 'Battle ',
'video': '
https://www.youtube.com/watch?v=ghj',
'_cls': 'app.models.comment.Video'
}
],
'_cls': 'app.models.comment.Module'
}
],
'_cls': 'app.models.course.Course'
}
]