This query works well
db.GqlQuery(Select * from mytable where __key__ IN :x", x=myarray)
how can i filter by google's auto increment "id"
i.e. I want to filter by id:
db.GqlQuery(Select * from mytable where __id__ IN :x",
x=myarray) This gives error
Is there any other way so th
Have you installed the django-chat-0.2 using setup.py, (make sure it
is there in python site-packages and also check its application name
there)
and have you specified python's bin path in enviornment variables?
On Sep 8, 11:21 am, ravi krishna wrote:
> Hi,
> I am newbie with python and django. I
Hi robos85,
If you really want to put recaptcha inside your project directory you
can do that also,
Simply download recaptcha-client from
http://pypi.python.org/pypi/recaptcha-client.
Extract the package, then in the folder you'll find a recaptcha folder
> client > captcha.py file
copy this file
If you are using python 2.5 or later version then you dont have to
install anything for SQLight, it is bundled for you in python.
Now just edit settings.py file: enter database engine as "sqlite3" and
your database name, what you want django to create for you from the
models
DATABASE_ENGINE = 'sql
I think this works only with django. and not supported by app
engine.
On Apr 5, 8:45 pm, Roald de Vries wrote:
> On Mar 31, 2010, at 9:12 AM, Eximius wrote:
>
> > Please help me out
>
> > On Mar 29, 11:04 pm, Eximius wrote:
> >> Hi all,
> >> I have created a django application using app
Hi all,
I am having two tables say TableOne and TableTwo and below are some of
the fields of these tables
TableOne:
companyName
Tabletwo:
companyid (i am saving key().id() of TableOne in it)
now i have to filter TableOne contents which are not in TableTwo.
i.e. i want list of companies which doe
Sorry for my noviceness.
Is it possible to handover an application to my client without giving
the source code because I don't want to open the source code OR is
there any way to convert .py file to .pyc or .exe file.
Any help is appreciated.
--~--~-~--~~~---~--~~
gi right?
One thing here I want to ask: Have you specified your application
directory in httpd.conf file ?
And finally, test every thing locally then commit it and then checkout
over amazon instance.
Its not much difficult :)
Hope it helps
Jitesh
--
You received this message because you are s
8 matches
Mail list logo