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
8a9df368
Unverified
Commit
8a9df368
authored
May 23, 2016
by
Fred Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update django-ses
parent
fe788bc3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lms/envs/aws.py
+1
-1
requirements/edx/base.txt
+1
-1
No files found.
lms/envs/aws.py
View file @
8a9df368
...
...
@@ -160,7 +160,7 @@ SESSION_COOKIE_SECURE = ENV_TOKENS.get('SESSION_COOKIE_SECURE', SESSION_COOKIE_S
SESSION_SAVE_EVERY_REQUEST
=
ENV_TOKENS
.
get
(
'SESSION_SAVE_EVERY_REQUEST'
,
SESSION_SAVE_EVERY_REQUEST
)
AWS_SES_REGION_NAME
=
ENV_TOKENS
.
get
(
'AWS_SES_REGION_NAME'
,
'us-east-1'
)
AWS_SES_REGION_ENDPOINT
=
ENV_TOKENS
.
get
(
'AWS_SES_REGION_ENDPOINT'
,
'email
-smtp
.us-east-1.amazonaws.com'
)
AWS_SES_REGION_ENDPOINT
=
ENV_TOKENS
.
get
(
'AWS_SES_REGION_ENDPOINT'
,
'email.us-east-1.amazonaws.com'
)
REGISTRATION_EXTRA_FIELDS
=
ENV_TOKENS
.
get
(
'REGISTRATION_EXTRA_FIELDS'
,
REGISTRATION_EXTRA_FIELDS
)
REGISTRATION_EXTENSION_FORM
=
ENV_TOKENS
.
get
(
'REGISTRATION_EXTENSION_FORM'
,
REGISTRATION_EXTENSION_FORM
)
...
...
requirements/edx/base.txt
View file @
8a9df368
...
...
@@ -27,7 +27,7 @@ django-oauth-plus==2.2.8
django-oauth-toolkit==0.10.0
django-pipeline-forgiving==1.0.0
django-sekizai==0.8.2
django-ses==0.7.
0
django-ses==0.7.
1
django-simple-history==1.6.3
django-statici18n==1.1.5
django-storages==1.4.1
...
...
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