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
573d3c89
Commit
573d3c89
authored
Jun 27, 2014
by
Stephen Sanchez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating settings and requirements for lms and cms to support file upload
parent
115d8c64
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
cms/envs/common.py
+1
-0
lms/envs/aws.py
+3
-0
lms/envs/common.py
+1
-0
No files found.
cms/envs/common.py
View file @
573d3c89
...
...
@@ -605,6 +605,7 @@ OPTIONAL_APPS = (
'submissions'
,
'openassessment'
,
'openassessment.assessment'
,
'openassessment.fileupload'
,
'openassessment.workflow'
,
'openassessment.xblock'
)
...
...
lms/envs/aws.py
View file @
573d3c89
...
...
@@ -312,6 +312,9 @@ if AWS_SECRET_ACCESS_KEY == "":
AWS_STORAGE_BUCKET_NAME
=
AUTH_TOKENS
.
get
(
'AWS_STORAGE_BUCKET_NAME'
,
'edxuploads'
)
# Specific setting for the File Upload Service to store media in a bucket.
FILE_UPLOAD_STORAGE_BUCKET_NAME
=
AUTH_TOKENS
.
get
(
'AWS_STORAGE_BUCKET_NAME'
,
'edxuploads'
)
# If there is a database called 'read_replica', you can use the use_read_replica_if_available
# function in util/query.py, which is useful for very large database reads
DATABASES
=
AUTH_TOKENS
[
'DATABASES'
]
...
...
lms/envs/common.py
View file @
573d3c89
...
...
@@ -1602,6 +1602,7 @@ OPTIONAL_APPS = (
'submissions'
,
'openassessment'
,
'openassessment.assessment'
,
'openassessment.fileupload'
,
'openassessment.workflow'
,
'openassessment.xblock'
)
...
...
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