Commit 23b8f7f3 by Clinton Blackburn

Merge pull request #96 from edx/update-make-serve

Updated serve command
parents 4dee8459 79c0fd02
...@@ -28,7 +28,7 @@ migrate: ...@@ -28,7 +28,7 @@ migrate:
python manage.py migrate python manage.py migrate
serve: serve:
python manage.py runserver 8002 python manage.py runserver 0.0.0.0:8002
clean: clean:
find . -name '*.pyc' -delete find . -name '*.pyc' -delete
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment