Skip to content

v3.0.1

Compare
Choose a tag to compare
@jdabtieu jdabtieu released this 13 Nov 17:26
· 309 commits to master since this release
9888c3d

Update Instructions

In addition to the usual instructions, you will need to add the following 3 lines to your settings.py file.

import os
SESSION_FILE_DIR = "session"
os.chmod(SESSION_FILE_DIR, 0o770)

Changes in this version

  • Bug fixes
  • Update dependencies

Troubleshooting

No reported issues at the moment.