Need help writing a custom admin widget (pasting image from clipboard rather than uploading a file)

2011-05-19 Thread Eran
so the solution will have to somehow span both javascript and python, since it seems the image data from the Java applet can only be accessed through javascript(?). Any help would be appreciated. And of course if there are ready solutions for all of the above, I would be glad to try them out. T

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

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

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

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