From d24225ab5d3332eb229d6b046a0b94b858e2710c Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Sun, 11 Sep 2011 01:24:54 -0500 Subject: [PATCH] Updated README to include instructions on new name of static files directory and for use with contrib.staticfiles. --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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