Update file init_test.py

This commit is contained in:
2023-11-06 09:49:32 +00:00
parent 39d7366811
commit 61315206c2

View File

@@ -18,6 +18,7 @@ class CustomModel(models.Model):
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')