Re: Django, JavaScript, Python, HTML &Co. : Print on html a variable running on python file

2015-04-20 Thread Marc Patermann
Beatrice, Beatrice Galvani schrieb (16.04.2015 17:34 Uhr): Hi, I'm using Django 1.7.2, Python 3.4. My trouble is: I have a simple function in some directory written in python (e.g. a counter since 0 to 10); I would like to see these numbers on my monitor on the HTML page.. I know how start th

Django, JavaScript, Python, HTML &Co. : Print on html a variable running on python file

2015-04-16 Thread Beatrice Galvani
Hi, I'm using Django 1.7.2, Python 3.4. My trouble is: I have a simple function in some directory written in python (e.g. a counter since 0 to 10); I would like to see these numbers on my monitor on the HTML page.. I know how start the function but I am not able to print the variables! My fo