django-admin-sortable/sample_project/README
Brandon Taylor 37f91cce97 Added SortableForeignKey field to replace sortable_by model property.
Refactored how the sortable_by properties get populated by looping over the model fields until we get to the SortableForeignKey, then grabbing properties from the field and its related data.
2012-02-24 22:35:30 -06:00

12 lines
No EOL
346 B
Text

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