Skip to content

Instantly share code, notes, and snippets.

@chriskief
Last active October 10, 2018 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chriskief/b5ababed3f959cd50aac2205015b6a33 to your computer and use it in GitHub Desktop.
Save chriskief/b5ababed3f959cd50aac2205015b6a33 to your computer and use it in GitHub Desktop.
class CreditCardForm(ModelForm):
card_number = CreditCardField(placeholder=u'0000 0000 0000 0000', min_length=12, max_length=19)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment