Skip to content

Commit

Permalink
Merge pull request #292 from XePeleato/django-serializer
Browse files Browse the repository at this point in the history
net: Replace deprecated PickleSerializer
  • Loading branch information
dstndstn authored Feb 1, 2024
2 parents e1fcd4c + 32d2c74 commit e0ddb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/settings_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
VO_LOGFILE = LOG_DIR + 'vo.log'

# http://stackoverflow.com/questions/20301338/django-openid-auth-typeerror-openid-yadis-manager-yadisservicemanager-object-is
SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'
SESSION_SERIALIZER = 'django.contrib.sessions.serializers.JSONSerializer'

# must match fixtures/initial_data.json
MACHINE_USERNAME = "an-machine"
Expand Down

0 comments on commit e0ddb05

Please sign in to comment.