From d67112e66d2e56f98c701d27e6468d950e85a602 Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Sat, 3 Sep 2011 22:21:37 -0500 Subject: [PATCH] Added login credential information to main README. Added README for sample_project that also contains login credentials for the impatient. --- README | 1 + adminsortable/__init__.pyc | Bin 698 -> 698 bytes sample_project/README | 12 ++++++++++++ 3 files changed, 13 insertions(+) create mode 100644 sample_project/README 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 3aee9a2e71fd1c6ecd9f176d1c629c64afebaec5..aa1868a596c718975daa97f235bb0b8a14cbeb75 100644 GIT binary patch delta 27 jcmdnRx{HKR 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