url(r'^register/$',
RegistrationView.as_view(form_class=CustomRegistrationForm,
success_url='/profile'),
name='registration_register',
success_url='/profile'),
私のurls.pyには次のものがあります。
django registration 1.0を使用して登録した後、人々をリダイレクトするにはどうすればよいですか?