Re: Komodo and Django - code completion / code intellisensing

2007-05-22 Thread ro
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

Re: Komodo and Django - code completion / code intellisensing

2007-05-24 Thread ro
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!)

Re: learn dijango

2018-07-26 Thread roshan ro
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

update the date from the serializer with a new dict

2018-09-15 Thread georgenistor . ro
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

How to ignoring columns on model save

2022-06-27 Thread ro...@tonic-solutions.com
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