Re: Requesting data from an API and rendering data on website

2015-11-18 Thread Adam Simon
With all respect Jani, I do not think this is the right answer. Django-cms per se does not give top level access to the views, so integrating pure python is not as easy as it sounds. Adam On Wednesday, November 18, 2015 at 3:50:46 AM UTC-8, Jani Tiainen wrote: > > Then I suggest that you do

Re: Requesting data from an API and rendering data on website

2015-11-18 Thread Jani Tiainen
Then I suggest that you do official tutorial from Django documentation. It will give you a grasp what Django itself is and how it works. Django CMS is just built on top of Django so principles do apply there as well. On 18.11.2015 13:14, nAncy sharma wrote: Hi Avraham, Yes that should work.

Re: Requesting data from an API and rendering data on website

2015-11-18 Thread nAncy sharma
Hi Avraham, Yes that should work. But since i am new to django cms , i don't know the files (ex: model.py ,view.py etc ) which all files need changes and where does the actual code of requesting to an API is to be written. On Wednesday, November 18, 2015 at 4:26:16 PM UTC+5:30, Avraham Serou

Re: Requesting data from an API and rendering data on website

2015-11-18 Thread Avraham Serour
Can you do it in plain python? On Wed, Nov 18, 2015, 12:34 PM nAncy sharma wrote: > Hi, > > > I am using Django Cms 3.1.3. I want to give a call (request ) to an API > and display the result on my website. > Could anyone help me with this ? I am new to django cms ! > > -- > You received this mes

Requesting data from an API and rendering data on website

2015-11-18 Thread nAncy sharma
Hi, I am using Django Cms 3.1.3. I want to give a call (request ) to an API and display the result on my website. Could anyone help me with this ? I am new to django cms ! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from t