v3.0.1
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.