Re: Trying to set up a website using Django but something went wrong

2016-08-06 Thread Andrew Emory
Do you have Python installed? On Saturday, August 6, 2016 at 11:03:06 AM UTC-5, owen wrote: > > I downloaded Django recently and I have all the necessary files (Or at least > I think I do ) > > > However when I try to set up a project through this line of code: > > > $ django-admin startproject m

Re: Trying to set up a website using Django but something went wrong

2016-08-06 Thread M Hashmi
1. Type "python" in your terminal and if it open ups Python interpreter that means path is setup for Python. 2. If confirmed that Python is installed you might want to install setuptools. 3. With setuptools a small app "pip" which is programmed to bring packages upon request from pypi or Djangopr

Re: Trying to set up a website using Django but something went wrong

2016-08-06 Thread Huy T
Is it in your path? > On Aug 6, 2016, at 11:42 AM, owen wrote: > > I downloaded Django recently and I have all the necessary files (Or at least > I think I do ) > > However when I try to set up a project through this line of code: > > $ django-admin startproject mysite > > In the command p

Trying to set up a website using Django but something went wrong

2016-08-06 Thread owen
I downloaded Django recently and I have all the necessary files (Or at least I think I do ) However when I try to set up a project through this line of code: $ django-admin startproject mysite In the command prompt it returns the following message. 'django-admin' is not recognized as a