Re: how to import json file using django

2014-03-08 Thread François Schiettecatte
This question is bereft of details, so I will make lots of assumptions here. Django can't import a json file. You should look at the json module to see how to import and parse a json file into something that python can understand. Then you might want to store the data in a database, either as d

Re: how to import json file using django

2014-03-08 Thread Michael Manfre
This discussion list is for the development of Django. Questions about how to use Django with your project belong on the django-users mailing list. Regards, Michael Manfre On Sat, Mar 8, 2014 at 5:36 AM, Pramod Jadhav wrote: > > -- > You received this message because you are subscribed to the

how to import json file using django

2014-03-08 Thread Pramod Jadhav
-- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To post to this group, send email to django-developers@goog