GaramNick
GaramNick
If you update the login in the `AdminSiteOTPRequiredMixin` to this, it redirects to the setup: ```python def login(self, request, extra_context=None): redirect_to = request.POST.get(REDIRECT_FIELD_NAME, request.GET.get(REDIRECT_FIELD_NAME)) if request.method == "GET" and super(AdminSiteOTPRequiredMixinRedirSetup,...
I've just installed Terraformer from releases (Linux) with the provided four line snippet. When running against AWS I receive the following message. ``` 2020/04/08 14:38:27 open /home/user/.terraform.d/plugins/linux_amd64: no such file...