Forwarding to list (forgot about this stupid reply all thing, sorry).
-- Forwarded message --
From: Chris Warrick
Date: 27 September 2015 at 19:50
Subject: Re: Django Tutorial (Database setup) Question
To: Cai Gengyang
On 27 September 2015 at 19:39, Cai Gengyang wrote
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
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 mysite/settings.py as per the instructions on the Django tutorial.
Ho