Configuring Django Admin Sortable¶
Configuring django-admin-sortable is quite simple:
- Add
adminsortableto yourINSTALLED_APPS.- Ensure
django.core.context_processors.staticis in yourTEMPLATE_CONTEXT_PROCESSORS.
Static Media¶
django-admin-sortable includes a few CSS and JavaScript files. The preferred method of getting these files into your project is to use the staticfiles app.
Alternatively, you can copy or symlink the adminsortable folder inside the static directory to the location you serve static files from.