Re: Installing Django [Again]

2015-07-09 Thread gahuber
Hi Steve, I've just gone thru the steps in the link below and it was very helpful. At least the first 3 videos were really good and got me up and running. https://codingforentrepreneurs.com/projects/start-with-windows/ Thanks, Andy On Thursday, July 9, 2015 at 12:38:52 PM UTC-4, Steve Burrus

Re: Installing Django [Again]

2015-07-09 Thread Fred Chevitarese
Well Steve, i will try to help you! 1 - Make sure to put Python at the system path. I mean, you can run python at prompt? 2 - After that, make sure C:\PythonXX\Scripts is on system path as well. 3 - Now, you need to create your project. Try to run django-admin.py to see if there's any information

Installing Django [Again]

2015-07-09 Thread Steve Burrus
*I know thrat I have appealed for help about this before but I am having problems aGAIN with installing Django. Well I was able to run "pip install django" okay but then I don't know where to go from there! Here is where I am now : (myenv)C:\Users\SteveB\Desktop\myenv>* -- You received this