hiroaki-yamamoto/django-good-otp

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.eslintrc.yml
.github/workflows/deploy.yml
.github/workflows/test.yml
.gitignore
.vscode/settings.json
CODEOWNERS
LICENSE.md
MANIFEST.in
README.md
django_otp/__init__.py8
A
0 mins
A
100%
django_otp/admin.py82
A
0 mins
A
100%
django_otp/backends.py28
A
0 mins
A
100%
django_otp/fields/__init__.py3
A
0 mins
A
100%
django_otp/fields/otp_gen.py17
A
0 mins
A
100%
django_otp/forms.py37
A
0 mins
A
100%
django_otp/migrations/0001_initial.py18
A
0 mins
django_otp/migrations/0002_otpsecrets_issuer_name.py13
A
0 mins
django_otp/migrations/__init__.py1
A
0 mins
django_otp/models.py13
A
0 mins
A
100%
django_otp/static/login_style.css
django_otp/templates/login.html
django_otp/urls.py10
A
0 mins
A
100%
django_otp/views.py30
A
0 mins
A
100%
django_otp/widgets/__init__.py5
A
0 mins
A
100%
django_otp/widgets/coffee/assign.coffee
django_otp/widgets/coffee/generator.coffee
django_otp/widgets/files/assets.js1
A
0 mins
django_otp/widgets/files/button.html
django_otp/widgets/files/img.html
django_otp/widgets/files/widget.html
django_otp/widgets/otp_gen.py51
A
0 mins
A
100%
etc/karma.conf.coffee
example/example/__init__.py1
A
0 mins
example/example/jinja2/index.html
example/example/jinja_env.py34
A
0 mins
example/example/settings.py74
A
0 mins
example/example/urls.py33
A
0 mins
example/example/views.py9
A
0 mins
example/example/wsgi.py10
A
0 mins
example/manage.py18
A
2 hrs
example/requirements.in
example/requirements.txt
manage.py17
A
2 hrs
renovate.json5
requirements.in
requirements.txt
settings.py50
A
0 mins
setup.py40
A
0 mins
tox.ini