Merge branch 'master' of 86.50.143.68:vtmk/web2.0

This commit is contained in:
okalintu
2016-05-30 19:24:42 +03:00
+4 -1
View File
@@ -6,6 +6,9 @@
virtualenv -p python3 virtualenv.sikweb
### Install py3 dev
`sudo apt-get install python3-dev`
### clone This repo and enter it
git clone url_to_repo
@@ -55,4 +58,4 @@ assuming we are on root of this repo and virtualenv is one step above:
### use runserver command
`./manage.py runserver`
`or./manage.py runserver 0.0.0.0:8000` if you need to connect from anywhere else than localhost
`or./manage.py runserver 0.0.0.0:8000` if you need to connect from anywhere else than localhost