Added login credential information to main README.
Added README for sample_project that also contains login credentials for the impatient.master
parent
7df70a2339
commit
d67112e66d
1
README
1
README
|
|
@ -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.
|
|
@ -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
|
||||||
Loading…
Reference in New Issue