(BlogVenv) C:\Work\Software\eclipse-jee-2019-12-R-win32-x86_64\workspace\Blog>python manage.py shell
>>> from django.test import Client
>>> c = Client()
>>> response = c.post('/menu/jsonMenuLV/')
>>> response.status_code
200
>>> type(response.content)
<class 'bytes'>
>>> response.content
b'[{"menu_name": "Program", "menu_url": "", "is_leaf": false}, {"menu_name": "Python", "menu_url": "/post/2/", "is_leaf": true}, {"menu_name": "Django", "menu_url": "/post/3/", "is_leaf": true}, {"menu_name": "JAVA", "menu_url": "/post/17/", "is_leaf": true}, {"menu_name": "C (C++)", "menu_url": "/post/18/", "is_leaf": true}, {"menu_name": "C#", "menu_url": "/post/16/", "is_leaf": true}, {"menu_name": "ASP", "menu_url": "/post/14/", "is_leaf": true}, {"menu_name": "ASP.NET", "menu_url": "/post/15/", "is_leaf": true}, {"menu_name": "PHP", "menu_url": "/post/13/", "is_leaf": true}, {"menu_name": "UI Script", "menu_url": "", "is_leaf": false}, {"menu_name": "Polymer (EMRO Framework)", "menu_url": "/post/10/", "is_leaf": true}, {"menu_name": "javascript", "menu_url": "/post/27/", "is_leaf": true}, {"menu_name": "jQuery", "menu_url": "/post/29/", "is_leaf": true}, {"menu_name": "Flex (EMRO Framework)", "menu_url": "/post/28/", "is_leaf": true}, {"menu_name": "Database", "menu_url": "", "is_leaf": false}, {"menu_name": "DA", "menu_url": "/post/19/", "is_leaf": true}, {"menu_name": "Oracle", "menu_url": "/post/5/", "is_leaf": true}, {"menu_name": "Tibero", "menu_url": "/post/24/", "is_leaf": true}, {"menu_name": "MSSQL", "menu_url": "/post/6/", "is_leaf": true}, {"menu_name": "SQLite", "menu_url": "/post/20/", "is_leaf": true}, {"menu_name": "MySQL", "menu_url": "/post/22/", "is_leaf": true}, {"menu_name": "DB2", "menu_url": "/post/23/", "is_leaf": true}, {"menu_name": "Informix", "menu_url": "/post/21/", "is_leaf": true}, {"menu_name": "OS", "menu_url": "", "is_leaf": false}, {"menu_name": "Windows NT", "menu_url": "/post/8/", "is_leaf": true}, {"menu_name": "Linux", "menu_url": "/post/9/", "is_leaf": true}, {"menu_name": "Solaris (Unix)", "menu_url": "/post/25/", "is_leaf": true}, {"menu_name": "WAS (+ Web Server)", "menu_url": "", "is_leaf": false}, {"menu_name": "Tomcat", "menu_url": "/post/12/", "is_leaf": true}, {"menu_name": "WebLogic", "menu_url": "/post/30/", "is_leaf": true}, {"menu_name": "ETC.", "menu_url": "", "is_leaf": false}, {"menu_name": "DB Script Export Package", "menu_url": "/post/34/", "is_leaf": true}, {"menu_name": "\xeb\xb3\xb4\xec\x95\x88", "menu_url": "/post/32/", "is_leaf": true}, {"menu_name": "Network", "menu_url": "/post/33/", "is_leaf": true}, {"menu_name": "EMWAC", "menu_url": "/post/35/", "is_leaf": true}, {"menu_name": "About", "menu_url": "/post/36/", "is_leaf": true}, {"menu_name": "Search", "menu_url": "/post/search/", "is_leaf": true}]'
>>> type(response.content.decode())
<class 'str'>
>>> response.content.decode()
'[{"menu_name": "Program", "menu_url": "", "is_leaf": false}, {"menu_name": "Python", "menu_url": "/post/2/", "is_leaf": true}, {"menu_name": "Django", "menu_url": "/post/3/", "is_leaf": true}, {"menu_name": "JAVA", "menu_url": "/post/17/", "is_leaf": true}, {"menu_name": "C (C++)", "menu_url": "/post/18/", "is_leaf": true}, {"menu_name": "C#", "menu_url": "/post/16/", "is_leaf": true}, {"menu_name": "ASP", "menu_url": "/post/14/", "is_leaf": true}, {"menu_name": "ASP.NET", "menu_url": "/post/15/", "is_leaf": true}, {"menu_name": "PHP", "menu_url": "/post/13/", "is_leaf": true}, {"menu_name": "UI Script", "menu_url": "", "is_leaf": false}, {"menu_name": "Polymer (EMRO Framework)", "menu_url": "/post/10/", "is_leaf": true}, {"menu_name": "javascript", "menu_url": "/post/27/", "is_leaf": true}, {"menu_name": "jQuery", "menu_url": "/post/29/", "is_leaf": true}, {"menu_name": "Flex (EMRO Framework)", "menu_url": "/post/28/", "is_leaf": true}, {"menu_name": "Database", "menu_url": "", "is_leaf": false}, {"menu_name": "DA", "menu_url": "/post/19/", "is_leaf": true}, {"menu_name": "Oracle", "menu_url": "/post/5/", "is_leaf": true}, {"menu_name": "Tibero", "menu_url": "/post/24/", "is_leaf": true}, {"menu_name": "MSSQL", "menu_url": "/post/6/", "is_leaf": true}, {"menu_name": "SQLite", "menu_url": "/post/20/", "is_leaf": true}, {"menu_name": "MySQL", "menu_url": "/post/22/", "is_leaf": true}, {"menu_name": "DB2", "menu_url": "/post/23/", "is_leaf": true}, {"menu_name": "Informix", "menu_url": "/post/21/", "is_leaf": true}, {"menu_name": "OS", "menu_url": "", "is_leaf": false}, {"menu_name": "Windows NT", "menu_url": "/post/8/", "is_leaf": true}, {"menu_name": "Linux", "menu_url": "/post/9/", "is_leaf": true}, {"menu_name": "Solaris (Unix)", "menu_url": "/post/25/", "is_leaf": true}, {"menu_name": "WAS (+ Web Server)", "menu_url": "", "is_leaf": false}, {"menu_name": "Tomcat", "menu_url": "/post/12/", "is_leaf": true}, {"menu_name": "WebLogic", "menu_url": "/post/30/", "is_leaf": true}, {"menu_name": "ETC.", "menu_url": "", "is_leaf": false}, {"menu_name": "DB Script Export Package", "menu_url": "/post/34/", "is_leaf": true}, {"menu_name": "보안", "menu_url": "/post/32/", "is_leaf": true}, {"menu_name": "Network", "menu_url": "/post/33/", "is_leaf": true}, {"menu_name": "EMWAC", "menu_url": "/post/35/", "is_leaf": true}, {"menu_name": "About", "menu_url": "/post/36/", "is_leaf": true}, {"menu_name": "Search", "menu_url": "/post/search/", "is_leaf": true}]'
>>>
Web page test in python shell
|
2020.02.16 01:18:52
|
2020.02.16 01:20:22
|
507
|
Aiden
Total of Attached file
0.00 Bytes of 0 files
2020.03.02
2020.03.01
2020.03.01
2020.02.22
2020.02.18
2020.02.16
2020.02.03
2020.01.30
2020.01.28
2020.01.19
2020.01.19