Added more information to index
parent
e43d7d67c2
commit
b031d458cd
|
|
@ -0,0 +1,14 @@
|
|||
Configuring Django Admin Sortable
|
||||
=================================
|
||||
|
||||
Configuring django-admin-sortable is quite simple:
|
||||
|
||||
1. Add ``adminsortable`` to your ``INSTALLED_APPS``.
|
||||
2. Ensure ``django.core.context_processors.static`` is in your ``TEMPLATE_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 <https://docs.djangoproject.com/en/1.6/ref/contrib/staticfiles/>`_.
|
||||
|
||||
Alternatively, you can copy or symlink the ``adminsortable`` folder inside the ``static`` directory to the location you serve static files from.
|
||||
|
|
@ -36,6 +36,7 @@ What's New in |version|?
|
|||
|
||||
|
||||
Contents:
|
||||
---------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
|
@ -45,6 +46,7 @@ Contents:
|
|||
usage
|
||||
django-cms
|
||||
known-issues
|
||||
tests
|
||||
rationale
|
||||
status
|
||||
future
|
||||
|
|
|
|||
Loading…
Reference in New Issue