Skip to content

Instantly share code, notes, and snippets.

@judy2k
Created May 9, 2012 10:07
Show Gist options
  • Save judy2k/2643519 to your computer and use it in GitHub Desktop.
Save judy2k/2643519 to your computer and use it in GitHub Desktop.
Using BookingDate
bdate = BookingDate(
booking_name=request.user,
date_available=datetime.datetime.now())
bdate.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment