Desktop Edition
Trying to install simplemente theme I got the following error message:
AttributeError: 'LocalConfig' object has no attribute 'url_prefix'
error message
In this section of wikiconfig.py add lines for theme_default and url_prefix to reflect the directory containing your wiki
# Add your configuration items here.
secrets = 'This string is NOT a secret, please make up your own, long, random secret string!'
theme_default = 'simplemente'
url_prefix = '/moin_static182/'