You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2020. It is now read-only.
I was messing around with you app, its great. However I am having a little difficulty adding new fields, specifically datetime fields and url fields. I thought it would be good if there was a timestamp of some sort upon uploading the picture, however json seems to be having issues with the datatime field and the url field...suggestions?
The text was updated successfully, but these errors were encountered:
one way I worked around this problem was to add the datetime field in the models and then have auto_now=True, so this insures that the image gets timestamped
I was messing around with you app, its great. However I am having a little difficulty adding new fields, specifically datetime fields and url fields. I thought it would be good if there was a timestamp of some sort upon uploading the picture, however json seems to be having issues with the datatime field and the url field...suggestions?
The text was updated successfully, but these errors were encountered: