Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
django-two-factor-auth / views / __init__.py
Size: Mime:
from .core import (
    BackupTokensView, LoginView, PhoneDeleteView, PhoneSetupView,
    QRGeneratorView, SetupCompleteView, SetupView,
)
from .mixins import OTPRequiredMixin
from .profile import DisableView, ProfileView