On May 11, 1:59 am, oliver <[EMAIL PROTECTED]> wrote:
> Thanks, for both comments but still no luck.
> I tried multiple various but it still gives me the same error.
>
> my projects are in c:\django-projects\Project1..
>
> I installed the latest beta ofkomodo, but has the same thing.
> Python2.5
On 5/23/07, oliver <[EMAIL PROTECTED]> wrote:
>
> I have given up on komodo for now and moved to WingIDE.
> It does the code completion quite well, not to the extend that i would
> prefer as in including django specific functions. (if any one knows
> how to do that in wingide ??? would be handy!)
Hey,
Yes you can , familiarize yourself with some oops concepts and learn python
, you can does by doing some of the free materials on online , it would be
better if you learn from the documentation itself.
On Thu, Jul 26, 2018 at 7:44 PM arul wrote:
> *I just entered the programming world and i
I have created a simple service which returns the data from a single table
based on a param in the URL as follow:
Enter code here...http://127.0.0.1:8000/api/figo?figonr=1078924300-01
output is the json:
HTTP 200 OKAllow: GETContent-Type: application/jsonVary: Accept
[
{
"figonr": "107
I have a model that is backed by a database table that contains a read-only
column that is maintained by the database using Postgresql's Generated
Columns (i.e. using GENERATED ALWAYS AS) -
see https://www.postgresql.org/docs/current/ddl-generated-columns.html.
When Django saves the model, it t
5 matches
Mail list logo