Skip to content

Commit

Permalink
Docs: Add introduction to installation section (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Oct 2, 2023
1 parent 918b354 commit 6dccf64
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Installation
============

django-wiki is an application for Django.
This means that you need to setup a basic Django project in order to use django-wiki.

.. seealso::

Read more about setting up your first Django project in the
`official Django tutorial <https://docs.djangoproject.com/en/4.2/intro/tutorial01/>`__.

Pre-requisite: Pillow
---------------------

Expand Down

0 comments on commit 6dccf64

Please sign in to comment.