Hi! I tried to install Waliki to my pythonanywhere -account, but failed to get it working. I am working in Django 1.7 virtualenv with internationalization and using Python 3.4. I'm also not that good a coder and my Django skills are rudimentary, but instead of trying to get it working myself, I think it's better for the project itself that the issue behind the problem is found instead of me trying to hack the code in order to get it to work.
I installed Waliki in the virtualenv with:
$ pip3 install waliki[all]
then I addedd all the optional plugins to INSTALLED_APPS, added the example to urlpatterns and synced the database.