To perform the basic installation:
- Add djiki and sorl.thumbnail to your INSTALLED_APPS.
- Run ./manage.py syncdb in your project.
- Add (r'wiki/', include('djiki.urls')) to your urls.py:
- Add the required setting DJIKI_IMAGES_PATH, which points to a directory where images will be stored. It is relative to MEDIA_ROOT.
- Create a base.html template containing a 'page' block.
Not enough? Have a look at the custom settings.