# add to database after implement modal from blog.models import Blog b = Blog(name='Beatles Blog', tagline='All the latest Beatles news.') b.save()