Update file init_test.py

This commit is contained in:
2023-11-06 09:51:57 +00:00
parent 61315206c2
commit a437969661

View File

@@ -16,9 +16,7 @@ class CustomModel(models.Model):
_description = 'Mailcatcher'
html_field = fields.Html('HTML Field')
external_content = fields.Text('Externe Inhoud')
external_content = "test1"
def get_external_content():
response = requests.get('http://localhost:8025')