Re: install of django 1.9

2016-07-13 Thread ludovic coues
Assuming you have created a virtual env with `virtualenv myvenv` * activate the virtualenv: `source myvenv/bin/activate` * install django: `pip install django` * create a django project: `djang-admin startproject myproject` * move into that project: `cd myproject` * create an app for your pr

install of django 1.9

2016-07-12 Thread Nicolas Favede
hi everybody i install with difficulties butdjango 1.9 on my imac i am used to python run on 2.7.6 coming with terminal but i also installed 3,4 version that i call and use when i want django came there library/frameworks/python frameworks/version3.4/lib/python3.4/django don't ask me wh