Background
Django, with its built-in ORM (Object Relational Mapping) and QuerySet, provides users an easy way to deal with relational database. You do not need to know SQL commands to perform database queries. In addition, django-debug-toolbar is...
1. Background and Requirements
Background
The current RnDGo web application (Version 1.0.0-beta2) uses the traditional Django method (RPC-based) to provide resources to the front-end users. So far, we can handle the HTTP requests for each module...
After I stepped into the Python world, very often had I been told that Python is slow, especially the Django Framework. At that very moment, the first question bumped into my mind is Slow? In terms of what? If we are talking about learning a new l...
In the last blog, I have talked about the Unicode problem with MySQL database charset, and how to change the settings to make it support Unicode characters. In this blog, I am going to talk about the Unicode problem in a file path or file name, if...
When using MySQL as you database engine, either locally or on the cloud (AWS RDS), there might be UnicodeEncodeError raising from MySQL, rather than from Python/Django:
Internal Server Error: /url/path/operation/id
UnicodeEncodeError at /url/pat...