Skip to content

Commit

Permalink
change port
Browse files Browse the repository at this point in the history
  • Loading branch information
minhlai committed Jun 6, 2019
1 parent e1f02a0 commit 45214ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion django/app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
AD_USER = os.environ['AD_USER']
AD_PASSWORD = os.environ['AD_PASSWORD']
ALLOWED_SLACK_CHANNELS = os.environ['ALLOWED_SLACK_CHANNELS']
print(ALLOWED_SLACK_CHANNELS)
ALLOWED_SLACK_CHANNELS = ALLOWED_SLACK_CHANNELS.split(",")

def homePageView(request):
Expand Down
2 changes: 1 addition & 1 deletion setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ python -m pip install --upgrade pip
pip install -r .\requirements.txt

# run server
py .\django\manage.py runserver 0.0.0.0:80
py .\django\manage.py runserver 0.0.0.0:8000

0 comments on commit 45214ad

Please sign in to comment.