- A miniature custom wiki built with django.
- It stores data to the local storage.
- You can search for topics which will either return the required page or the related results.
- Markdown display is supported in the topic description.
- Created topics are editable.
- Random page is available for a random read.
- Clone or download and extract the repo locally.
- Inside the working directory in the terminal run:
python manage.py runserver