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    
dj-stripe / djstripe / widgets.py
Size: Mime:
# -*- coding: utf-8 -*-
try:
    import floppyforms
except ImportError:
    floppyforms = None

if floppyforms:

    class StripeWidget(floppyforms.TextInput):
        template_name = 'djstripe/stripe_input.html'