coderholic / django-cities

Countries and cities of the world for Django projects
MIT License
923 stars 371 forks source link

Update settings.py #220

Closed ramaisgod closed 3 years ago

ramaisgod commented 4 years ago

I have add few line to handle session of logged-in users: (A) session should be expire on browser close (B) if user is inactive on browser from 10 minutes then session will be auto expire (C) session will be auto save on above activity

blag commented 4 years ago

Thank you for the PR, but that is for the example. The example is meant to showcase the django-cities app, not Django in general, so I'm not very interested in merging this PR, since the app doesn't define any views that would use these settings anyway.

Is there a particular reason you would like these settings merged into the example Django project?