Compare commits
No commits in common. "9b3dba9eabbc6dea5ac93b17dc8dc0250e9e6149" and "6f2b45b62dc8575ce61d024782e5fd138f412943" have entirely different histories.
9b3dba9eab
...
6f2b45b62d
@ -152,7 +152,7 @@ class EgonGmlBuilder:
|
|||||||
"oneo:aufnahmezeitpunkt": doc.date_of_creation.strftime(DEFAULT_DATE_FORMAT),
|
"oneo:aufnahmezeitpunkt": doc.date_of_creation.strftime(DEFAULT_DATE_FORMAT),
|
||||||
"oneo:bemerkung": doc.comment,
|
"oneo:bemerkung": doc.comment,
|
||||||
"oneo:fotoverweis": base64.b64encode(doc.file.read()).decode("utf-8"),
|
"oneo:fotoverweis": base64.b64encode(doc.file.read()).decode("utf-8"),
|
||||||
"oneo:dateiname": doc.file.url.split("/")[-1],
|
"oneo:dateiname": doc.title,
|
||||||
"oneo:hauptfoto": False,
|
"oneo:hauptfoto": False,
|
||||||
}
|
}
|
||||||
} for doc in regular_docs
|
} for doc in regular_docs
|
||||||
|
Loading…
Reference in New Issue
Block a user