django-admin-sortable-fixwin/sample_project
Brandon Taylor 04bdb80637 Removed individual jQueryUI JavaScript files in favor of loading jQueryUI from Google Ajax API.
Updated jQuery to latest version from Google Ajax API.
Integrated pull-request from BlindHunter to add the ability to override templates on a per-model basis.
Updated README.
2012-09-25 10:52:31 -04:00
..
app Fixed tests for app application. 2012-09-24 16:49:33 +03:00
appmedia Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00
static/adminsortable Updated CSS classing of sortable inline and stacked items. 2012-07-09 11:05:59 -04:00
templates Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00
README Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00
__init__.py Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00
adminsortable.sqlite Removed individual jQueryUI JavaScript files in favor of loading jQueryUI from Google Ajax API. 2012-09-25 10:52:31 -04:00
manage.py Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00
settings.py Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00
urls.py Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00

README

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

Thanks for download django-admin-sortable.
I hope it can help you out as much on your project(s) as it does on mine :)

The only url patterns that are enabled for this project are /admin
The username/password is: admin/admin

If you still need help, please contact me at: btaylorweb@gmail.com

Kind regards,
Brandon Taylor

bTaylor Web