thanks it does really :)
On 28 Apr, 14:58, Alex Robbins wrote:
> Yeah, I think that is the problem. You have to execute
> CREATE DATABASE books;
> from the mysql command line.
> Syncdb will make tables, but it won't make the initial database.
> Hope that helps,
> Alex
>
> On Apr 27, 4:04 am, goo
Yeah, I think that is the problem. You have to execute
CREATE DATABASE books;
from the mysql command line.
Syncdb will make tables, but it won't make the initial database.
Hope that helps,
Alex
On Apr 27, 4:04 am, google torp wrote:
> Hi.
>
> I haven't used Django with mysql, but judging from yo
Hi.
I haven't used Django with mysql, but judging from your error
it sounds like you haven't created the database in mysql. Django
probably cannot create a db like it can when you use sqlite, as it's
only a file anwyays. So you need to use your mysql tool
phpmyadmin or whatever you use and create
3 matches
Mail list logo