Skip to content

Instantly share code, notes, and snippets.

@josephmisiti
Created August 21, 2012 15:18
Show Gist options
  • Save josephmisiti/3416454 to your computer and use it in GitHub Desktop.
Save josephmisiti/3416454 to your computer and use it in GitHub Desktop.
job.application['required_skills'] = request.POST.getlist('job_skill')[0:20]
job.application['preferred_skills'] = request.POST.getlist('job_skill')[0:20]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment