django-admin-sortable/sample_project
Brandon Taylor b16def5c09 Merged changes from sortable-by-refactor.
Incremented version to 1.2.
Refactored ORM calls to properly order objects by the sortable_by property to ensure objects are grouped correctly in the sortable change list template after being passed through dynamic_regroup.
Fixed missing import for jquery.effects.core, again.
Refactored sortable_by classmethod into a property.
2011-11-22 22:27:20 -06:00
..
app Merged changes from sortable-by-refactor. 2011-11-22 22:27:20 -06:00
appmedia Mode switches. 2011-11-22 20:58:09 -06:00
static/adminsortable Mode switches. 2011-11-22 20:58:09 -06:00
templates Mode switches. 2011-11-22 20:58:09 -06:00
__init__.py Mode switches. 2011-11-22 20:58:09 -06:00
adminsortable.sqlite Merged changes from sortable-by-refactor. 2011-11-22 22:27:20 -06:00
manage.py Mode switches. 2011-11-22 20:58:09 -06:00
README Mode switches. 2011-11-22 20:58:09 -06:00
settings.py Merged changes from sortable-by-refactor. 2011-11-22 22:27:20 -06:00
urls.py Mode switches. 2011-11-22 20:58:09 -06:00

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