Skip to content

Commit

Permalink
Changes for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
drexpp committed May 31, 2019
1 parent 25dc3c4 commit 3e5506f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysite/mysite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
'django.middleware.common.CommonMiddleware',
)

BASEURL = 'http://localhost:8080'
BASEURL = 'https://front5-datame.herokuapp.com'

ROOT_URLCONF = 'mysite.urls'

Expand Down Expand Up @@ -188,7 +188,7 @@
PAYPAL_CLIENT_ID = "AQnKuEyaCgxZsEBPC-aq3glrpVK1dcTUUbvjkmnguZOM1WLQnsEU-y7i2oh3VkM_Xm4AfbJQx8AKdiYF"
PAYPAL_CLIENT_SECRET = "EEkGJcVWziLr8FnQFC-BCYX0bcSz_xyh3POT7iR1K9e7fxFLVhI9EJSnOl5Jn3d_UhqydqGEYTfzCozc"

SITE_URL ='http://localhost:8080/'
SITE_URL ='https://front5-datame.herokuapp.com/'

import django_heroku
django_heroku.settings(locals())

0 comments on commit 3e5506f

Please sign in to comment.