Re: Issue using django-admin

2017-03-05 Thread chris rose
if you are new to django you don't want to download the development edition, this is more for contributing firstly you need pip. secondly, do your self a huge favour and install virtualenv and read the getting started docs now rather than later once you have made a virtualenv directory and mad

Re: Issue using django-admin

2017-03-03 Thread Kyle
I am running into the same situation as described above. How does symlinking solve my problem? That is, where do I symlink to, and how does that tell my computer where django-admin is? On Monday, September 19, 2016 at 6:09:29 AM UTC-5, Bharathi Raja wrote: > > As said in docs >

Re: Issue using django-admin

2016-09-19 Thread Bharathi Raja
As said in docs , your django version may be different, check your system $PATH or try symlinking On Monday, September 19, 2016 at 7:40:50 AM UTC+5:30, PARTH VERMA wrote: > > Hello everyone, > > I am n

Re: Issue using django-admin

2016-09-19 Thread Tim Graham
Did you install it as described at https://docs.djangoproject.com/en/dev/topics/install/#installing-the-development-version ? On Sunday, September 18, 2016 at 10:10:50 PM UTC-4, PARTH VERMA wrote: > > Hello everyone, > > I am new to Django and just cloned it. I am getting error running > djang

Issue using django-admin

2016-09-18 Thread PARTH VERMA
Hello everyone, I am new to Django and just cloned it. I am getting error running django-admin commands, the error says: "-bash: django-admin: command not found". However, 'python -m django --version' this commands works just fine, returning the current version of Django (1.11). Can someone pl