django-admin-object-actions icon indicating copy to clipboard operation
django-admin-object-actions copied to clipboard

How to use

Open x2x4com opened this issue 7 years ago • 9 comments

Your package great, Do you have a step by step guide?

x2x4com avatar Jun 04 '18 03:06 x2x4com

http://django-admin-object-actions.readthedocs.io/en/latest/ (need to make that link more obvious).

cchurch avatar Jun 04 '18 16:06 cchurch

The doc is quite ugly :) I just go through its test project and succeed.

QwertyJack avatar Jun 28 '18 02:06 QwertyJack

Yeah, you should improve the docs, because just from what is described as "set-up" it actually does not resolve in functional setup, because there is nowhere mentioned that you have to add 'display_object_actions_list' into list_fields and 'display_object_actions_detail' into fields...

AuHau avatar Aug 16 '18 20:08 AuHau

Please note this project is at version 0.1 -- aka first release. Be glad there are any docs.

cchurch avatar Feb 19 '19 19:02 cchurch

I really like the idea of the project and I appreciate your work there. Just, without a useful documentation it is quite useless for most non-experts. I bet this project could have a lot of contributors and stars with a little bit more documentation.

Thank you anyway, if we can help - just tell.

atar-axis avatar Jul 30 '19 11:07 atar-axis

Thanks for the interest! I mainly put this project out here to use across multiple projects of my own, but I'm glad others are also finding it useful. I haven't had too much time to do much more with it lately, but would gladly accept PRs for changes to docs or other updates/features.

cchurch avatar Jul 30 '19 15:07 cchurch

@AuHau I've addressed your issue in c811b10119f4de8fd9a6caf63e3a5680e14dbec4 and pushed that docs change to https://django-admin-object-actions.readthedocs.io/en/0.1.6/#usage

@atar-axis Please let me know if there are other changes to the project or docs you'd be interested in.

cchurch avatar Jul 30 '19 17:07 cchurch

@cchurch: Perfect! Thank you very much - I think that was the missing link for newbies like me ;)

atar-axis avatar Jul 30 '19 19:07 atar-axis

Sweet! Thanks for the update.

AuHau avatar Jul 31 '19 06:07 AuHau