Updated README to include instructions on new name of static files directory and for use with contrib.staticfiles.

master
Brandon Taylor 2011-09-11 01:24:54 -05:00
parent 6c3e93ded8
commit d24225ab5d
1 changed files with 5 additions and 2 deletions

7
README
View File

@ -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