Re: mysqlclient is already installed but it will give an error,please help

2018-09-05 Thread Jason
what version mysqlclient are you using?  according to the docs, you need 
1.3.7 or higher

-- 
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 group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/09bbcfeb-0af4-43bb-8713-666b38f4d2c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: mysqlclient is already installed but it will give an error,please help

2018-09-05 Thread Deepak Kumar jha
Yes, i am using mysqlclient 1.3.13

-- 
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 group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f2f1e170-ae0a-4a4d-b83b-34a5fb2770e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: mysqlclient is already installed but it will give an error,please help

2018-09-05 Thread Vivek Jha
Use postgres instead of MySql

On Wed 5 Sep, 2018, 8:58 AM Deepak Kumar jha, 
wrote:

> deepak@deepak-HP-Pavilion-x360-Convertible:~/Desktop/mini_project/tutor$
> python manage.py runserver
> Unhandled exception in thread started by  check_errors..wrapper at 0x7f1f1d2e5b70>
> Traceback (most recent call last):
>   File
> "/home/deepak/.local/lib/python3.6/site-packages/django/db/utils.py", line
> 110, in load_backend
> return import_module('%s.base' % backend_name)
>   File "/home/deepak/anaconda3/lib/python3.6/importlib/__init__.py", line
> 126, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 994, in _gcd_import
>   File "", line 971, in _find_and_load
>   File "", line 941, in
> _find_and_load_unlocked
>   File "", line 219, in
> _call_with_frames_removed
>   File "", line 994, in _gcd_import
>   File "", line 971, in _find_and_load
>   File "", line 953, in
> _find_and_load_unlocked
> ModuleNotFoundError: No module named 'django.db.backends.mysql'
>
> The above exception was the direct cause of the following exception:
>
> Traceback (most recent call last):
>   File
> "/home/deepak/.local/lib/python3.6/site-packages/django/utils/autoreload.py",
> line 225, in wrapper
> fn(*args, **kwargs)
>   File
> "/home/deepak/.local/lib/python3.6/site-packages/django/core/management/commands/runserver.py",
> line 109, in inner_run
> autoreload.raise_last_exception()
>   File
> "/home/deepak/.local/lib/python3.6/site-packages/django/utils/autoreload.py",
> line 248, in raise_last_exception
> raise _exception[1]
>   File
> "/home/deepak/.local/lib/python3.6/site-packages/django/core/management/__init__.py",
> line 337, in execute
> autoreload.check_errors(django.setup)()
>   File
> "/home/deepak/.local/lib/python3.6/site-packages/django/utils/autoreload.py",
> line 225, in wrapper
> fn(*args, **kwargs)
>   File
> "/home/deepak/.local/lib/python3.6/site-packages/django/__init__.py", line
> 24, in setup
> apps.populate(settings.INSTALLED_APPS)
>   File
> "/home/deepak/.local/lib/python3.6/site-packages/django/apps/registry.py",
> line 112, in populate
> app_config.import_models()
>   File
> "/home/deepak/.local/lib/python3.6/site-packages/django/apps/config.py",
> line 198, in import_models
> self.models_module = import_module(models_module_name)
>   File "/home/deepak/anaconda3/lib/python3.6/importlib/__init__.py", line
> 126, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 994, in _gcd_import
>   File "", line 971, in _find_and_load
>   File "", line 955, in
> _find_and_load_unlocked
>   File "", line 665, in _load_unlocked
>   File "", line 678, in exec_module
>   File "", line 219, in
> _call_with_frames_removed
>   File
> "/home/deepak/.local/lib/python3.6/site-packages/django/contrib/auth/models.py",
> line 2, in 
> from django.contrib.auth.base_user import AbstractBaseUser,
> BaseUserManager
>   File
> "/home/deepak/.local/lib/python3.6/site-packages/django/contrib/auth/base_user.py",
> line 47, in 
> class AbstractBaseUser(models.Model):
>   File
> "/home/deepak/.local/lib/python3.6/site-packages/django/db/models/base.py",
> line 101, in __new__
> new_class.add_to_class('_meta', Options(meta, app_label))
>   File
> "/home/deepak/.local/lib/python3.6/site-packages/django/db/models/base.py",
> line 305, in add_to_class
> value.contribute_to_class(cls, name)
>   File
> "/home/deepak/.local/lib/python3.6/site-packages/django/db/models/options.py",
> line 203, in contribute_to_class
> self.db_table = truncate_name(self.db_table,
> connection.ops.max_name_length())
>   File
> "/home/deepak/.local/lib/python3.6/site-packages/django/db/__init__.py",
> line 33, in __getattr__
> return getattr(connections[DEFAULT_DB_ALIAS], item)
>   File
> "/home/deepak/.local/lib/python3.6/site-packages/django/db/utils.py", line
> 202, in __getitem__
> backend = load_backend(db['ENGINE'])
>   File
> "/home/deepak/.local/lib/python3.6/site-packages/django/db/utils.py", line
> 125, in load_backend
> ) from e_user
> django.core.exceptions.ImproperlyConfigured: 'django.db.backends.mysql'
> isn't an available database backend.
> Try using 'django.db.backends.XXX', where XXX is one of:
> 'oracle', 'postgresql', 'sqlite3'
>
> --
> 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 group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5d832ad6-fd11-47d9-8ff5-8942b880ad15%40googlegroups.com
> 

Re: mysqlclient is already installed but it will give an error,please help

2018-09-05 Thread Gagan Kalia
With Anaconda distribution, use conda install command rather than using pip.

On Wed 5 Sep, 2018, 7:23 PM Deepak Kumar jha, 
wrote:

> Yes, i am using mysqlclient 1.3.13
>
> --
> 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 group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/f2f1e170-ae0a-4a4d-b83b-34a5fb2770e8%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAM-Jvq5VPn24Hppi_GyjPRTvwgwbO3aYBfeUk-qOx_Tiea2biQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: mysqlclient is already installed but it will give an error,please help

2018-09-05 Thread Everett White
Hey yay 

-- 
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 group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5af47051-dea8-4069-afc0-3cc192fd5219%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: mysqlclient is already installed but it will give an error,please help

2018-09-09 Thread Deepak Kumar jha
Thanks buddy

On Wed, Sep 5, 2018 at 10:10 PM Everett White  wrote:

> Hey yay
>
> --
> 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 group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5af47051-dea8-4069-afc0-3cc192fd5219%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFeJbFv7UKQcLuDA8iUveCqVRJcMaft_7S36wyiBys%3D6rQfY0w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.