Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
03c8c0e1
Commit
03c8c0e1
authored
Dec 06, 2013
by
David Baumgold
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1880 from edx/db/mitx-edx-locmem
update LocMemCache location to use edx instead of mitx
parents
c436c6aa
1134b884
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
cms/envs/dev.py
+1
-1
cms/envs/test.py
+1
-1
lms/envs/dev.py
+1
-1
lms/envs/static.py
+1
-1
lms/envs/test.py
+1
-1
No files found.
cms/envs/dev.py
View file @
03c8c0e1
...
...
@@ -108,7 +108,7 @@ CACHES = {
# In staging/prod envs, the sessions also live here.
'default'
:
{
'BACKEND'
:
'django.core.cache.backends.locmem.LocMemCache'
,
'LOCATION'
:
'
mit
x_loc_mem_cache'
,
'LOCATION'
:
'
ed
x_loc_mem_cache'
,
'KEY_FUNCTION'
:
'util.memcache.safe_key'
,
},
...
...
cms/envs/test.py
View file @
03c8c0e1
...
...
@@ -117,7 +117,7 @@ CACHES = {
# In staging/prod envs, the sessions also live here.
'default'
:
{
'BACKEND'
:
'django.core.cache.backends.locmem.LocMemCache'
,
'LOCATION'
:
'
mit
x_loc_mem_cache'
,
'LOCATION'
:
'
ed
x_loc_mem_cache'
,
'KEY_FUNCTION'
:
'util.memcache.safe_key'
,
},
...
...
lms/envs/dev.py
View file @
03c8c0e1
...
...
@@ -64,7 +64,7 @@ CACHES = {
# In staging/prod envs, the sessions also live here.
'default'
:
{
'BACKEND'
:
'django.core.cache.backends.locmem.LocMemCache'
,
'LOCATION'
:
'
mit
x_loc_mem_cache'
,
'LOCATION'
:
'
ed
x_loc_mem_cache'
,
'KEY_FUNCTION'
:
'util.memcache.safe_key'
,
},
...
...
lms/envs/static.py
View file @
03c8c0e1
...
...
@@ -34,7 +34,7 @@ CACHES = {
# In staging/prod envs, the sessions also live here.
'default'
:
{
'BACKEND'
:
'django.core.cache.backends.locmem.LocMemCache'
,
'LOCATION'
:
'
mit
x_loc_mem_cache'
,
'LOCATION'
:
'
ed
x_loc_mem_cache'
,
'KEY_FUNCTION'
:
'util.memcache.safe_key'
,
},
...
...
lms/envs/test.py
View file @
03c8c0e1
...
...
@@ -140,7 +140,7 @@ CACHES = {
# In staging/prod envs, the sessions also live here.
'default'
:
{
'BACKEND'
:
'django.core.cache.backends.locmem.LocMemCache'
,
'LOCATION'
:
'
mit
x_loc_mem_cache'
,
'LOCATION'
:
'
ed
x_loc_mem_cache'
,
'KEY_FUNCTION'
:
'util.memcache.safe_key'
,
},
...
...
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