Skip to content

Commit a9ebf2f

Browse files
committedApr 13, 2021
add missing configurations from #1735
1 parent 159f0bb commit a9ebf2f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎pydotorg/settings/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@
236236
MAILING_LIST_PSF_MEMBERS = "psf-members-announce-request@python.org"
237237

238238
### PEP Repo Location
239+
PEP_REPO_PATH = None
239240
PEP_ARTIFACT_URL = 'https://pythondotorg-assets-staging.s3.amazonaws.com/fake-peps.tar.gz'
240241

241242
### Fastly ###

‎pydotorg/settings/heroku.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
EMAIL_USE_TLS = True
3737
DEFAULT_FROM_EMAIL = os.environ.get('DEFAULT_FROM_EMAIL')
3838

39+
PEP_REPO_PATH = None
3940
PEP_ARTIFACT_URL = os.environ.get('PEP_ARTIFACT_URL')
4041

4142
# Fastly API Key

0 commit comments

Comments
 (0)