Re: Save String /Value to Table Entry

2013-06-27 Thread Bill Freeman
There are several approaches: 1. Your code that currently reads the string could connect to the Django site via HTTP, log in as a user to which you have given suitable permissions, and know enough about how to talk to the admin interface to create and populate instances of the model that you have

Save String /Value to Table Entry

2013-06-26 Thread hiQ
I currently use Microsoft Visual Studio 2010 Express *(my hardware is working under Windows)* and have created an application that can read strings from an external source and display them on Msgbox's. I would like to save these values into an table in django so I can query them later. Is this