Re: Fetching API data in json format and inserting it into the django local database.

2017-06-05 Thread MOEGAMMAT FAIEEZ WHITE
On Monday, June 5, 2017 at 2:56:54 PM UTC+2, MOEGAMMAT FAIEEZ WHITE wrote: > > I want to get the values and store it. im creating a visualization web > application for a data collection application which stores the data > directly to the database. > > i am doing the applic

Re: Fetching API data in json format and inserting it into the django local database.

2017-06-05 Thread MOEGAMMAT FAIEEZ WHITE
:28:55 PM UTC+2, Jani Tiainen wrote: > > > > On 05.06.2017 15:23, MOEGAMMAT FAIEEZ WHITE wrote: > > > Hi Jani, > > i have direct access to the database where the form is stored. I GET the > data using the imported requests e,g [r = requests.get(url, > auth=HT

Re: Fetching API data in json format and inserting it into the django local database.

2017-06-05 Thread MOEGAMMAT FAIEEZ WHITE
ur local Django database. > > But it's not a rocket science. Once you know answers, there are several > tools that can help you to achieve your goal easier. > > On 05.06.2017 10:48, MOEGAMMAT FAIEEZ WHITE wrote: > > Hi i am new to Django, can you please guide me as to ho

Re: Fetching API data in json format and inserting it into the django local database.

2017-06-05 Thread MOEGAMMAT FAIEEZ WHITE
Hi Jani, i have direct access to the database where the form is stored. I GET the data using the imported requests e,g [r = requests.get(url, auth=HTTPBasicAuth('username', 'password'))] so the user would have to input his/her user name and password , and the project name for which they want t

Fetching API data in json format and inserting it into the django local database.

2017-06-05 Thread MOEGAMMAT FAIEEZ WHITE
Hi i am new to Django, can you please guide me as to how i can fetch data from a companies database and insert it into my database. I have been reading about models.py and serializers.py and all tutorials and readings i came accross has online shown be how to display the database data onto the