Re: Using Django create() on a time.field

2018-01-07 Thread Daniel Roseman
On Sunday, 7 January 2018 21:03:05 UTC, Malik Rumi wrote: > > -- > > As a string that evaluates to the past *** > > (lifeandtimes) malikarumi@Tetuoan2:~/Projects/lifeandtimes/chronicle$ > python django_textract_9.py > > Traceback (most recent call last): > > File "django_textract_9.py", line 17,

Using Django create() on a time.field

2018-01-07 Thread Malik Rumi
I am trying to process some text files and feed the result directly into a django model using create(). As so often seems to happen with me, this turns out to not be as simple as I thought it would be. Specifically, I can’t seem to get any data into ‘clock’, the time field in my model. When I