On Jun 7, 8:53 pm, nissu wrote:
> Hello list,
>
> I'm looking for info on how to deserialize something like this:
>
> {
> "pk": 1,
> "model": "store.book",
> "fields": {
> "name": "Mostly Harmless",
> "author": ["Douglas", "Adams"]
> }
>
> into a django object
>
> A
Hello list,
I'm looking for info on how to deserialize something like this:
{
"pk": 1,
"model": "store.book",
"fields": {
"name": "Mostly Harmless",
"author": ["Douglas", "Adams"]
}
into a django object
Any help will be appreciated :)
regards,
Genis
--
You r
2 matches
Mail list logo