~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: franku
  • Date: 2018-10-01 16:41:29 UTC
  • mto: This revision was merged to the branch mainline in revision 501.
  • Revision ID: somal@arcor.de-20181001164129-7ztzfy714qd3vojx
fixed link; fixed showing deleted user when quoting a post

Show diffs side-by-side

added added

removed removed

Lines of Context:
334
334
# Cookie settings #
335
335
###################
336
336
 
337
 
# See: https://docs.djangoproject.com/en/dev/ref/settings/#sessions
 
337
# See: https://docs.djangoproject.com/en/dev/ref/settings/#csrf-cookie-age
338
338
CSRF_COOKIE_AGE = None
339
339
 
340
340
try: