Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Update dependencies #24

Merged
merged 10 commits into from Oct 4, 2016
Merged

Update dependencies #24

merged 10 commits into from Oct 4, 2016

Conversation

jezdez
Copy link
Contributor

@jezdez jezdez commented Oct 4, 2016

This change is Reviewable

Also added django-redis for the caching backend since django-session-csrf requires a central caching instance to work correctly.
Then also use the Django session cache backend on top of it to not have to cleanup the session database tables all the time.
@mozilla-autolander-deprecated

Autolander could not find a bug number in your pull request title. All pull requests should be in the format of: Bug [number] - [description].

'PORT': REDIS_URL.port,
'DB': 0,
'PASSWORD': REDIS_URL.password,
'URL': REDIS_URL,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\o/

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 78.307% when pulling b40977f on deps-update into dbc89a8 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 78.261% when pulling cac4db4 on deps-update into dbc89a8 on master.

@jezdez
Copy link
Contributor Author

jezdez commented Oct 4, 2016

r=me

@jezdez jezdez merged commit a798d06 into master Oct 4, 2016
@jezdez jezdez deleted the deps-update branch October 4, 2016 14:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants