Re: How to create dynamic models in django??

2022-03-10 Thread Derek
I'm not quite sure how these requirements have arisen as you have not provided any context as to the actual user or business needs. In my experience, most businesses and science organisations understand very clearly what kinds of data they need to store and what they need to do with that dat

List a child model instance in a form field based on the parent value selected in another field.

2022-03-10 Thread Moussa SACKO
I have a ProjetForm in which I choose Region in one field and I want to list Ville related to that Region in another field so that I can choose one. [image: Capture1.PNG] -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Re: The session doesn't seem to expire after the browser is closed

2022-03-10 Thread Jason
do you also set SESSION_COOKIE_AGE? https://stackoverflow.com/questions/9267957/is-there-a-way-to-combine-behavior-of-session-expire-at-browser-close-and-sessio/9290334#9290334 On Tuesday, March 8, 2022 at 10:43:06 AM UTC-5 hamza...@gmail.com wrote: > I'm trying to clear the expired sessions whi