Skip to content

Instantly share code, notes, and snippets.

@djq
Last active December 19, 2015 02:39
Show Gist options
  • Save djq/5884735 to your computer and use it in GitHub Desktop.
Save djq/5884735 to your computer and use it in GitHub Desktop.
django meetup boston

Recommended reading for Django best practices: http://django.2scoops.org/

Background reading on Forms: http://diveintohtml5.info/forms.html

Forms

Form Media:

Custom styling https://docs.djangoproject.com/en/dev/topics/forms/media/

Validation:

Client side validation: https://github.com/agiliq/django-parsley

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment