Updated README to include instructions on new name of static files directory and for use with contrib.staticfiles.
parent
6c3e93ded8
commit
d24225ab5d
7
README
7
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue