problems with django-simple-captcha

2013-05-14 Thread teddy wang
I'm using django-simple-captcha but got some confused problems I configure the module according to the official documentation, but I can't see the captcha pitures

How to create a temporary table in Django use ORM

2013-04-22 Thread teddy wang
CREATE TEMPORARY TABLE TEMP (SELECT * FROM TABLE ORDER BY COLUMN_A); SELECT * FROM TEMP ORDER BY COLUMN_B; I want to implement this selection in Django use ORM,,,still have no idea,,, anybody help? thanks -- You received this message because you are subscribed to the Google Groups "Django us

Re: SESSION_EXPIRE_AT_BROWSER_CLOSE = True, session expiry date wrong when browser closed?

2013-03-19 Thread teddy wang
在 2010年12月10日星期五UTC+8下午9时57分20秒,Tom Evans写道: > > On Fri, Dec 10, 2010 at 1:27 PM, Stodge > > wrote: > > I have SESSION_EXPIRE_AT_BROWSER_CLOSE set to True in my settings. > > When the user visits my custom login page a new session is created for > > them in the database. The expiry time is set t