How do I tell Django to use MySql from a WAMP install?
Posted
by Rhubarb
on Stack Overflow
See other posts from Stack Overflow
or by Rhubarb
Published on 2010-05-23T00:35:39Z
Indexed on
2010/05/23
0:40 UTC
Read the original article
Hit count: 346
I've had Django running with Sqlite for a while. I then installed WAMP, and I now want to get ready for a production run, and would like to switch to MySql. Is there a straightforward way of telling it about the MySql instance that is running with WAMP?
© Stack Overflow or respective owner