Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GIS-Info/next-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 88a9393e1ecf95dfe01bd50828bf773c789128cb
Choose a base ref
..
head repository: GIS-Info/next-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bf380239b4ce0bfa7ebc328967d9aab75004f452
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 nextServer/settings.py
  2. +2 −2 requirements.txt
2 changes: 1 addition & 1 deletion nextServer/settings.py
Original file line number Diff line number Diff line change
@@ -169,7 +169,7 @@
EMAIL_PORT = 587 # Outlook SMTP port
EMAIL_USE_TLS = True # Use TLS encryption
EMAIL_HOST_USER = 'no-reply@gisphere.info' # Your Outlook email address
EMAIL_HOST_PASSWORD = env('EMAIL_HOST_PASSWORD') # Your Outlook email password or app password
EMAIL_HOST_PASSWORD = env('EMAIL_HOST_PASSWORD')
DEFAULT_FROM_EMAIL = 'no-reply@gisphere.info'

MAILINGLIST_BASE_URL = "https://www.gisphere.info" # NO TRAILING SLASH PLEASE
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asgiref==3.5.1
asgiref==3.4.1
cffi==1.15.0
cryptography==37.0.2
Django==4.0.4
@@ -11,4 +11,4 @@ sqlparse==0.4.4
django-rest-knox==4.2.0
drf_yasg==1.21.4
django-mailinglist==0.1.5
sorl-thumbnail==12.10.0
sorl-thumbnail==12.10.0