django-admin-sortable/sample_project
2012-11-02 09:04:32 -04:00
..
app Fixed the inline stacked sortable template by passing in the original object rather than passing in the model type id of the original object. 2012-11-02 09:04:32 -04:00
appmedia Added SortableForeignKey field to replace sortable_by model property. 2012-02-24 22:35:30 -06:00
static/adminsortable Fixed the inline stacked sortable template by passing in the original object rather than passing in the model type id of the original object. 2012-11-02 09:04:32 -04:00
templates 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 Fixed the inline stacked sortable template by passing in the original object rather than passing in the model type id of the original object. 2012-11-02 09:04:32 -04:00
manage.py 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
settings.py Fixed the inline stacked sortable template by passing in the original object rather than passing in the model type id of the original object. 2012-11-02 09:04:32 -04:00
urls.py Fixed the inline stacked sortable template by passing in the original object rather than passing in the model type id of the original object. 2012-11-02 09:04:32 -04: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