Re: DJANGO FILE

2019-02-13 Thread Adam Johnson
The django documentation can be downloaded as PDF by following the link on the right of its index page: https://docs.djangoproject.com/en/2.1/ On Wed, 13 Feb 2019 at 08:48, Edward Victorhez wrote: > Good evening, please can I get the PDF note? > > On Feb 12, 2019 10:17 AM, "Adam Johnson"

Re: DJANGO FILE

2019-02-13 Thread Edward Victorhez
Good evening, please can I get the PDF note? On Feb 12, 2019 10:17 AM, "Adam Johnson" wrote: > Hi Edward, > > You probably want the Django "start" page: https://www. > djangoproject.com/start/ > > Emailing this mailing list of more than 10,000 addresses for such help is > not appropriate. It is

Re: DJANGO FILE

2019-02-12 Thread Adam Johnson
Hi Edward, You probably want the Django "start" page: https://www.djangoproject.com/start/ Emailing this mailing list of more than 10,000 addresses for such help is not appropriate. It is for discussion of the creation of Django itself. For other places to go see the "Join the community" header

Re: Django File-based session doesn't expire

2012-04-19 Thread Paul McMillan
Hi, This is explained in the docs about sessions: https://docs.djangoproject.com/en/dev/topics/http/sessions/#clearing-the-session-table We provide a job you can periodically run to remove expired sessions. However, looking at the code, it appears that this only works for the database backed

Re: Django File-based session doesn't expire

2012-04-19 Thread ej
Anyone? On Tuesday, April 17, 2012 4:11:28 PM UTC-7, ej wrote: > > File-based session backend doesn't expire, unlike db-backed and > cache-based sessions. I'm not too sure if this is a bug or an intended (but > undocumented) design. I am under the impression that all session backends > should