Added login credential information to main README.

Added README for sample_project that also contains login credentials for the impatient.
master
Brandon Taylor 2011-09-03 22:21:37 -05:00
parent 7df70a2339
commit d67112e66d
3 changed files with 13 additions and 0 deletions

1
README
View File

@ -15,6 +15,7 @@ Installation
location you server static files from. location you server static files from.
3. Add ``adminsortable`` to your INSTALLED_APPS. 3. Add ``adminsortable`` to your INSTALLED_APPS.
4. Have a look at the included sample_project to see working examples. 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". 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 Click this link, and you will be taken to the custom view where you can drag-and-drop

Binary file not shown.

View File

@ -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