Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoddie committed Jan 29, 2023
1 parent 6afce29 commit 7739214
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions exchange/exchange/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
SECRET_KEY = 'x(rl(kn3m5xgmmwh65x%!7*$103%#r+5ko1ojrn_a!dgj0scf7'

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False

ALLOWED_HOSTS = []
ALLOWED_HOSTS = ["start2trade.herokuapp.com", "127.0.0.1"]


# Application definition
Expand Down
1 change: 1 addition & 0 deletions exchange/procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn exchange.wsgi --log-file -
6 changes: 3 additions & 3 deletions exchange/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ django-compat==1.0.15
django-crispy-forms==1.9.2
djangorestframework==3.14.0
djongo==1.3.3
gunicorn==20.1.0
idna==3.4
mongoengine==0.25.0
pip==22.3.1
pymongo==3.12.3
python-dateutil==2.8.2
python-dotenv==0.21.1
pytz==2022.7
requests==2.28.1
schedule==1.1.0
setuptools==58.1.0
six==1.16.0
sqlparse==0.2.4
tzdata==2022.7
urllib3==1.26.13
urllib3==1.26.13
whitenoise==6.3.0

0 comments on commit 7739214

Please sign in to comment.