This modification is to add a URL prefix to all URLs, so all the link generated within the CMS will have that prefix automatically implemented. The reason I have implemented that change is because I had to match the URLs [...]
Latest Post
Python – Set character encoding to UTF-8
In Python, the default character encoding set is ASCII, limiting us to a bunch of 128 basic characters. Though, in most sites, we may use accented characters or other various symbols. So in the default Python settings, you may come [...]


