Salesforce settings #2054 - env variable and settings file.
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- docker/Dockerfile.dev 1 addition, 0 deletionsdocker/Dockerfile.dev
- hypha/settings/base.py 2 additions, 0 deletionshypha/settings/base.py
- hypha/settings/dev.py 8 additions, 0 deletionshypha/settings/dev.py
- hypha/settings/production.py 8 additions, 0 deletionshypha/settings/production.py
- hypha/settings/salesforce.py.example 14 additions, 0 deletionshypha/settings/salesforce.py.example
- hypha/settings/test.py 8 additions, 0 deletionshypha/settings/test.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
hypha/settings/salesforce.py.example
0 → 100644
... | @@ -41,3 +41,4 @@ tomd==0.1.3 | ... | @@ -41,3 +41,4 @@ tomd==0.1.3 |
wagtail==2.9 | wagtail==2.9 | ||
wagtail-cache==1.0.0 | wagtail-cache==1.0.0 | ||
whitenoise==5.1.0 | whitenoise==5.1.0 | ||
django-salesforce==1.0 |
Please register or sign in to comment