mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2025-12-22 09:47:41 +00:00
Changed djrun to listen externally
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
alias rmdb="find . -name \*\'s\ conflicted\ copy\ \* -exec rm {} \;"
|
||||
alias djrun="python manage.py runserver_plusi 0.0.0.0:8000"
|
||||
alias djrun="python manage.py runserver_plus 0.0.0.0:8000"
|
||||
alias server="python -m SimpleHTTPServer 9999"
|
||||
alias upd="sudo apt-get update && sudo apt-get dist-upgrade"
|
||||
alias psql="sudo -u postgres psql deepsouthsounds"
|
||||
|
||||
Reference in New Issue
Block a user