getting raw_input('something') instantiated from browser

2014-06-15 Thread Eran Ariel
I have developed a python application to which I am interested in allowing users to access it via web browser. I am new to implementation. I need to "call" the raw_input('your calculation') from the browser and return the results to the browser – GET or POST. I have added the python scrip

Re: syntax usage for the Database name ??

2014-06-14 Thread Eran Ariel
Ramiro, Thank you so much for your reply... apologies for the late response On Wednesday, May 14, 2014 3:43:32 PM UTC+3, Ramiro Morales wrote: > > On Wed, May 14, 2014 at 8:38 AM, Eran Ariel > wrote: > > Hi, > > > > > > > > I am uncertain as to the pr

Using Django as a framework to deploy python script on a website:

2014-06-14 Thread Eran Ariel
Hi, I am interested in Django as a platform to deploy applications using mod_wsgi, accordingly, whether existing Django libraries such as the forms library could be applied for this purpose as user initiated POST requests – to pass the variables. I can place my scripts within the models.py fi

syntax usage for the Database name ??

2014-05-14 Thread Eran Ariel
Furthermore, the instructions as per the Django site are to provide the full path where the database resides… However, I am again uncertain whether that refers specifically to all databases and how to apply it in proper syntax Can someone provide me with a configuration example? Thanks