-
-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'modularization-main' into feature/sc-26951/implement-he…
…ro-banner
- Loading branch information
Showing
35 changed files
with
341 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## Description | ||
_A brief description of the PR_ | ||
|
||
## Code Changes | ||
_The following changes were made to the files below_ | ||
|
||
## Notes | ||
_Any additional notes go here_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ data: | |
ADMINS = ( | ||
('Sefaria Developers', '[email protected]'), | ||
) | ||
ADMIN_PATH = os.getenv("SEFARIA_ADMIN_PATH") | ||
MANAGERS = ADMINS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
Appium-Python-Client==1.2.0 | ||
apscheduler==3.6. | ||
Cerberus | ||
PyJWT==1.7.1 # pinned b/c current version 2.0.0 breaks simplejwt. waiting for 2.0.1 | ||
apscheduler==3.6.* | ||
babel | ||
bleach==1.4.2 | ||
boto3==1.16.6 | ||
bs4==0.0.1 | ||
celery[redis] | ||
convertdate==2.2.2 | ||
cython==0.29.14 | ||
dateutils==0.6.12 | ||
datrie==0.8.2 | ||
deepdiff==3.3.0 | ||
diff_match_patch==20200713 | ||
django_mobile==0.7.0 | ||
django-anymail==7.2.* | ||
django-debug-toolbar==2.2 # not used in prod | ||
django-recaptcha==2.0.6 | ||
|
@@ -18,18 +21,22 @@ django-structlog==1.6.2 | |
django-user-agents==0.4.0 | ||
django-webpack-loader==1.4.1 | ||
django==1.11.* | ||
django_mobile==0.7.0 | ||
djangorestframework @ https://github.com/encode/django-rest-framework/archive/3.11.1.tar.gz | ||
djangorestframework_simplejwt==3.3.0 | ||
PyJWT==1.7.1 # pinned b/c current version 2.0.0 breaks simplejwt. waiting for 2.0.1 | ||
dnspython~=2.5.0 | ||
elasticsearch==8.8.2 | ||
git+https://github.com/Sefaria/[email protected]#egg=elasticsearch-dsl | ||
git+https://github.com/Sefaria/[email protected]#egg=sefaria_llm_interface&subdirectory=app/llm_interface | ||
geojson==2.5.0 | ||
geopy==2.3.0 | ||
gevent==20.12.0; sys_platform != 'darwin' | ||
git+https://github.com/Sefaria/[email protected]#egg=sefaria_llm_interface&subdirectory=app/llm_interface | ||
git+https://github.com/Sefaria/[email protected]#egg=elasticsearch-dsl | ||
google-api-python-client==1.12.5 | ||
google-auth-oauthlib==0.4.2 | ||
google-auth==1.24.0 | ||
google-cloud-logging==1.15.1 | ||
google-cloud-storage==1.32.0 | ||
google-re2 | ||
gunicorn==20.0.4 | ||
html5lib==0.9999999 | ||
httplib2==0.18.1 | ||
|
@@ -38,37 +45,31 @@ jedi==0.18.1 # Ipython was previosuly pinned at 7.18 because Jedi 0.18 broke it. | |
jsonpickle==1.4.1 | ||
lxml==4.6.1 | ||
mailchimp==2.0.9 | ||
google-auth==1.24.0 | ||
google-auth-oauthlib==0.4.2 | ||
p929==0.6.1 | ||
pathos==0.2.6 | ||
pillow==8.0.1; sys_platform == 'linux' | ||
pillow==10.0.1; sys_platform != 'linux' | ||
psycopg2==2.8.6 | ||
pillow==8.0.1; sys_platform == 'linux' | ||
psycopg2==2.8.6 #for dev: psycopg2-binary==2.8.6 | ||
py2-py3-django-email-as-username==1.7.1 | ||
pymongo==3.12.* | ||
pytest==6.1.1 | ||
python-bidi | ||
pytz | ||
pyyaml==6.0.1 | ||
rauth==0.7.3 | ||
redis==3.5.3 | ||
regex==2020.10.23 | ||
requests | ||
roman==3.3 | ||
selenium==3.141.0 | ||
sentry-sdk==1.26.0 | ||
tqdm==4.51.0 | ||
ua-parser==0.10.0 | ||
undecorated==0.3.0 | ||
unicodecsv==0.14.1 | ||
unidecode==1.1.1 | ||
user-agents==2.2.0 | ||
sentry-sdk==1.26.0 | ||
babel | ||
python-bidi | ||
requests | ||
Cerberus | ||
celery[redis] | ||
google-re2 | ||
dnspython~=2.5.0 | ||
|
||
|
||
#opentelemetry-distro | ||
#opentelemetry-exporter-otlp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,8 @@ | |
ADMINS = ( | ||
('Your Name', '[email protected]'), | ||
) | ||
ADMIN_PATH = 'somethingsomething' #This will be the path to the admin site, locally it can also be 'admin' | ||
|
||
PINNED_IPCOUNTRY = "IL" #change if you want parashat hashavua to be diaspora. | ||
|
||
MONGO_REPLICASET_NAME = None # If the below is a list, this should be set to something other than None. | ||
|
Oops, something went wrong.