django-mptt

Installation:

pip install django-mptt

Django settings:

INSTALLED_APPS = (
    'mptt',
)

References: