Fixed bug: "The view YtManagerApp.views.first_time.Step1ApiKeyView didn't return an HttpResponse object"

This commit is contained in:
Tiberiu Chibici 2019-03-31 23:15:23 +03:00
parent 18f2557cb9
commit 80cf94d694
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ class Step1ApiKeyView(WizardStepMixin, FormView):
if key is not None and len(key) > 0:
appconfig.youtube_api_key = key
return super().form_valid(form)
#
# Step 2: create admin user