Updated README to include instructions on new name of static files directory and for use with contrib.staticfiles.
This commit is contained in:
@@ -11,8 +11,11 @@ and jQueryUI.
|
|||||||
Installation
|
Installation
|
||||||
=============
|
=============
|
||||||
1. Run ``setup.py`` or add ``adminsortable`` to your PYTHONPATH.
|
1. Run ``setup.py`` or add ``adminsortable`` to your PYTHONPATH.
|
||||||
2. Copy the ``adminsortable`` folder from the media folder to the
|
2. Copy the ``adminsortable`` folder from the static folder to the
|
||||||
location you server static files from.
|
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.
|
3. Add ``adminsortable`` to your INSTALLED_APPS.
|
||||||
4. Have a look at the included sample_project to see working examples.
|
4. Have a look at the included sample_project to see working examples.
|
||||||
The login credentials for admin are: admin/admin
|
The login credentials for admin are: admin/admin
|
||||||
|
|||||||
Reference in New Issue
Block a user