diff --git a/README b/README index 65f761b..1d55202 100644 --- a/README +++ b/README @@ -11,8 +11,11 @@ and jQueryUI. Installation ============= 1. Run ``setup.py`` or add ``adminsortable`` to your PYTHONPATH. -2. Copy the ``adminsortable`` folder from the media folder to the -location you server static files from. +2. Copy the ``adminsortable`` folder from the static folder to the +location you server static files from, or if you're using the StaticFiles app + https://docs.djangoproject.com/en/1.3/ref/contrib/staticfiles/, +run: $ python manage.py collectstatic to move the files to the location +you've specified for static files. 3. Add ``adminsortable`` to your INSTALLED_APPS. 4. Have a look at the included sample_project to see working examples. The login credentials for admin are: admin/admin