Wich OS for develop?

2018-01-02 Thread Julián Melero Hidalgo
Hi all.I don't have experience with django, so I have so much questions.The questions are:Wich OS is better to develop with django?Windows is a bad option?Can I use Win for develop and GNU/Linux as a server?What IDE (atom, VS Code, vim,etc..)you use?Thank you!!! -- You received this message bec

Re: Mysql-python in Windows

2017-12-11 Thread Julián Melero Hidalgo
I resolved adding to manage.py:import pymysqlpymysql.install_as_MySQLdb():D :DEl 11 de diciembre de 2017 a las 1:26 Egor Smolyakov escribió:Hello.Take a look at https://pypi.python.org/pypi/PyMySQL/0.7.11On 10/12/2017, Julián Melero Hidalgo wrote:Hi all!I'm trying to install pip install

Re: Mysql-python in Windows

2017-12-11 Thread Julián Melero Hidalgo
Hi.I installed it. But when I run "runserver" I have this error: "Did you install mysqlclient or MySQL-python?".:(El 11 de diciembre de 2017 a las 1:26 Egor Smolyakov escribió:Hello.Take a look at https://pypi.python.org/pypi/PyMySQL/0.7.11On 10/12/2017, Julián Melero Hida

Mysql-python in Windows

2017-12-10 Thread Julián Melero Hidalgo
Hi all!I'm trying to install pip install mysql-python, but it doesn't works.I'm using Win10, Xampp, Python 3.How can I install it?Thanks!! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Django with apache and php

2017-11-30 Thread Julián Melero Hidalgo
Hi all.I'm new in Django. I have a question.I have a server with apache and php. I would like to use django in this server.How can I config django in apache?Can I use django in the same port that php projects? How?Thank you a lot!Julián Melero. -- You received this message because you are su