mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Removed mptt from installation docs.
This commit is contained in:
parent
f9813a6fbe
commit
f6e54738dd
1 changed files with 1 additions and 3 deletions
|
@ -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',
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue