Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
3b236778
Verified
Commit
3b236778
authored
May 13, 2017
by
David Haynes
🙆
Browse files
Fix local cache from ruining the signup page
- Need to rely on dummy cache instead for local
parent
adcc5c7d
Pipeline
#1347
failed with stages
in 1 minute and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
go/settings/local.py
View file @
3b236778
...
...
@@ -16,3 +16,10 @@ from .base import *
DEBUG
=
True
CAS_SERVER_URL
=
"https://cas.srct.gmu.edu"
# dummy cache for development-- doesn't actually cache things
CACHES
=
{
'default'
:
{
'BACKEND'
:
'django.core.cache.backends.dummy.DummyCache'
,
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment