Skip to content

Commit

Permalink
Merge pull request #272 from thelostone-mc/master
Browse files Browse the repository at this point in the history
doc: changed port to 8000
  • Loading branch information
mbeacom authored Jan 24, 2018
2 parents f8c70e4 + cc70545 commit 29aa7ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,10 @@ pip install -r requirements/dev.txt
pip install -r requirements/test.txt
./manage.py migrate
./manage.py createcachetable
./manage.py runserver 0.0.0.0:8080
./manage.py runserver 0.0.0.0:8000
```

Navigate to `http://localhost:8080/`.
Navigate to `http://localhost:8000/`.


# Adding your token to Gitcoin.
Expand Down
2 changes: 1 addition & 1 deletion app/app/local_settings.py.dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV = 'local'
ALLOWED_HOSTS = [
'*'
]
BASE_URL = 'http://localhost:8080/'
BASE_URL = 'http://localhost:8000/'


#optional
Expand Down

0 comments on commit 29aa7ba

Please sign in to comment.