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
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
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