Thank you very much Collin Anderson.
On Friday, 12 September 2014 21:25:42 UTC+5, Collin Anderson wrote:
>
> https://pip.readthedocs.org/en/latest/quickstart.html
>
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group
https://pip.readthedocs.org/en/latest/quickstart.html
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.com.
To post to this
Thank you very much Fred for your detailed answer.
I have never used pip. I will be pleased if you kindly provide a reference
/ tutorial link to understand pip.
Or the direct link to adapter. I am using Win7 x86.
Thanks indeed for your help.
On Thursday, 11 September 2014 21:34:25 UTC+5
Ahmed,
For connecting Django to MySQL, I use MySQL-python, installed
via pip as:
pip install MySQL-python
My settings file contains:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME' : 'name of our database',
'USER' : 'username
4 matches
Mail list logo