Re: django dynamic serializers

2015-07-09 Thread Shekar Tippur
James, Thanks for the response. The data is latter. I dont know the structure of incoming message. It can be a simple json or a nested json. I dont have a persistance store. I have a pipeline where a random json comes in and I would like to model the pipeline based on its structure. I need to r

Re: django dynamic serializers

2015-07-09 Thread James Schneider
When you mention dynamic, do you mean that the data has a known set of possible fields, but may only populate a subset of them? Or will it just have random fields that you may not know about ahead of time? If you have a way to articulate all of the possible fields that the data source may use, then

django dynamic serializers

2015-07-09 Thread Shekar Tippur
Hello, I have a source of data that can have a dynamic json structure. Is there a way to dynamically create models based on this? - Shekar -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails