Update file init_test.py

This commit is contained in:
2023-11-06 09:01:40 +00:00
parent 582b1a89c6
commit 76cb53ec67

View File

@@ -22,8 +22,8 @@ class CustomModel(models.Model):
response = requests.get('http://localhost:8025') response = requests.get('http://localhost:8025')
return response.text return response.text
external_content = get_external_content() #external_content = get_external_content()
self.write({'external_content': external_content}) #self.write({'external_content': external_content})