Re: Django Tutorial (Database setup) Question

2015-09-27 Thread Cai Gengyang
I believe I am already in the same directory that contains manage.py , but I still get an error (a syntax error). Checked the lines in settings.py and can't find anything wrong with them either. Posted my entire code below : CaiGengYangs-MacBook-Pro:~ CaiGengYang$ cd mysite folder CaiGengYangs-M

Re: Django Tutorial (Database setup) Question

2015-09-27 Thread Cai Gengyang
I believe I am already in the same directory that contains manage.py , but I still get an error (a syntax error). Checked the lines in settings.py and can't find anything wrong with them either. Posted my entire code below : CaiGengYangs-MacBook-Pro:~ CaiGengYang$ cd mysite folder CaiGengYangs

Re: Django Tutorial (Database setup) Question

2015-09-27 Thread Joel Goldstick
On Sun, Sep 27, 2015 at 3:32 AM, Cai Gengyang wrote: > Hello all ! > > 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" > > I opened up mysit