Created
May 9, 2012 10:07
-
-
Save judy2k/2643519 to your computer and use it in GitHub Desktop.
Using BookingDate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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