Re: failed of installing MySLQ

2017-07-31 Thread James Bennett
Personally I'd go with SQLite first. Every additional thing you require someone to learn up-front is another obstacle in their path; they can learn how ot manage MySQL or PostgreSQL later on, but first they need to be able to learn about Django. -- You received this message because you are

Re: failed of installing MySLQ

2017-07-31 Thread Mark Phillips
I don't completely agree with Antonis. If you want MySQL in production, you will have to learn how to install it an use it at sometime. With that said, you will probably get more help with installing MySQL in a MySQL forum. Check these out - https://forums.mysql.com/. The Newbie forum or the

Re: failed of installing MySLQ

2017-07-31 Thread Antonis Christofides
Hello, since you aren't experience, start easier and use SQLite. Mostly everyone (even the experienced people) usually use SQLite in development. Regards, Antonis Antonis Christofides http://djangodeployment.com On 2017-07-30 15:46, ahagbes89 wrote: > I have not much experiences in Python. I

failed of installing MySLQ

2017-07-30 Thread ahagbes89
I have not much experiences in Python. I have installed Django but the installation of the data base (MySQL) fails It is displayed that windows visual c++ is required. I don't know how to do. Thank -- You received this message because you are subscribed to the Google Groups "Django users"