Removed mptt from installation docs.

This commit is contained in:
Martin Mahner 2017-01-19 12:38:56 +01:00
parent f9813a6fbe
commit f6e54738dd

View file

@ -10,14 +10,12 @@ necessary dependencies of dpaste as well::
pip install dpaste
Add ``dpaste`` and ``mptt`` to your ``INSTALLED_APPS``::
Add ``dpaste`` to your ``INSTALLED_APPS``::
INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.staticfiles',
# ...
'mptt',
'dpaste',
)