diff --git a/websiteFunctions/website.py b/websiteFunctions/website.py index 63684f988..fe116ea1e 100755 --- a/websiteFunctions/website.py +++ b/websiteFunctions/website.py @@ -4672,10 +4672,10 @@ StrictHostKeyChecking no website = Websites.objects.get(domain=self.domain) - if website.externalApp != data['externalApp']: - data_ret = {'status': 0, 'error_message': 'External app mis-match.'} - json_data = json.dumps(data_ret) - return HttpResponse(json_data) + # if website.externalApp != data['externalApp']: + # data_ret = {'status': 0, 'error_message': 'External app mis-match.'} + # json_data = json.dumps(data_ret) + # return HttpResponse(json_data) uBuntuPath = '/etc/lsb-release'