Hello all !<p>So I am going through the (Database setup) chapter of this tutorial (https://docs.djangoproject.com/en/1.8/intro/tutorial01/) --- Its the section right after the first chapter on "Creating a project"<p>I opened up mysite/settings.py as per the instructions on the Django tutorial.<p>However, when I try to run the following command : $ python manage.py migrate to create the tables in the database,<p>CaiGengYangs-MacBook-Pro:Weiqi CaiGengYang$ python manage.py migrate ---- input<p>I get the following error message :<p>/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file 'manage.py': [Errno 2] No such file or directory ---- output<p>Any idea how to solve this issue?<p>Thanks a lot !<p>Gengyang