diff --git a/README b/README index a8aee13..65f761b 100644 --- a/README +++ b/README @@ -15,6 +15,7 @@ Installation location you server static files from. 3. Add ``adminsortable`` to your INSTALLED_APPS. 4. Have a look at the included sample_project to see working examples. +The login credentials for admin are: admin/admin When a model is sortable, a tool-area link will be added that says "Change Order". Click this link, and you will be taken to the custom view where you can drag-and-drop diff --git a/adminsortable/__init__.pyc b/adminsortable/__init__.pyc index 3aee9a2..aa1868a 100644 Binary files a/adminsortable/__init__.pyc and b/adminsortable/__init__.pyc differ diff --git a/sample_project/README b/sample_project/README new file mode 100644 index 0000000..1a9c924 --- /dev/null +++ b/sample_project/README @@ -0,0 +1,12 @@ +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 \ No newline at end of file