Documenting install of yubikey plugin

23 views
Skip to first unread message

Karl Goetz

unread,
Nov 10, 2017, 4:05:34 AM11/10/17
to django-otp
Hi,

I was doing some internal docs of the project so far and got to the point of documenting how to install yubikey support.
"""
Upstream develop some plugins alongside the main django_otp app. Some are included by default and some need to be installed separately.

The standard application and plugins installed by default are added to INSTALLED_APPS as follows:

    'django_otp',
    'django_otp.plugins.otp_totp',
    'django_otp.plugins.otp_hotp',
    'django_otp.plugins.otp_static',

The package names for the external plugins (when installed from pip) are django-otp-twilio and django-otp-yubikey. Adding the newly installed apps? different format. 

    'otp_yubikey',
    'otp_twilio',
"""

Then realised I must not be the only person who has this problem. Would it be appropriate to open an issue in bitbucket about this?

thanks,
kk

Peter Sagerson

unread,
Nov 10, 2017, 10:20:51 AM11/10/17
to djang...@googlegroups.com
Sure, it looks like https://django-otp-yubikey.readthedocs.io/ and https://django-otp-twilio.readthedocs.io/ could both probably use a simple Installation section.


--
You received this message because you are subscribed to the Google Groups "django-otp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-otp+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Karl Goetz

unread,
Nov 13, 2017, 5:07:58 AM11/13/17
to djang...@googlegroups.com, Peter Sagerson
I'll try and make a PR, would you like me to edit index.rst directly or
add an INSTALLING.rst ala README and put the contents there?

thanks,
kk

On 11/11/17 02:20, Peter Sagerson wrote:
> Sure, it looks
> like https://django-otp-yubikey.readthedocs.io/ and https://django-otp-twilio.readthedocs.io/ could
> both probably use a simple Installation section.
>
>
>> On Nov 10, 2017, at 1:05 AM, Karl Goetz <goetz...@gmail.com
Reply all
Reply to author
Forward
0 new messages