fields = ['title', 'body', 'author']
template_name = 'blog/create_post.html'
success_url = reverse_lazy('users')
initial = {"author": '????' }
Посмотри на get_initial метод
Обсуждают сегодня