On Tuesday, September 24, 2019 at 9:06:01 AM UTC+5:30, Praveen Kumar wrote:
Please find blow the error I'm receivingTraceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\
threading.py ", line 916, in _bootstrap_innerself.run()
File "C:\ProgramData\Anaconda3\lib\
threading.py ", line 864, in runself._target(*self._args, **self._kwargs)
File "C:\ProgramData\Anaconda3\lib\
site-packages\django\utils\aut oreload.py ", line 54, in wrapperfn(*args, **kwargs)
File "C:\ProgramData\Anaconda3\lib\
site-packages\django\core\ management\commands\runserver. py ", line 109, in inner_runautoreload.raise_last_
exception() File "C:\ProgramData\Anaconda3\lib\
site-packages\django\utils\aut oreload.py ", line 77, in raise_last_exceptionraise _exception[1]
File "C:\ProgramData\Anaconda3\lib\
site-packages\django\core\ management\__init__.py", line 337, in execute autoreload.check_errors(
django.setup)() File "C:\ProgramData\Anaconda3\lib\
site-packages\django\utils\aut oreload.py ", line 54, in wrapperfn(*args, **kwargs)
File "C:\ProgramData\Anaconda3\lib\
site-packages\django\__init__. py", line 24, in setup apps.populate(settings.
INSTALLED_APPS) File "C:\ProgramData\Anaconda3\lib\
site-packages\django\apps\regi stry.py ", line 114, in populateapp_config.import_models()
File "C:\ProgramData\Anaconda3\lib\
site-packages\django\apps\conf ig.py ", line 211, in import_modelsself.models_module = import_module(models_module_
name) File "C:\ProgramData\Anaconda3\lib\
importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[
level:], package, level) File "<frozen importlib._bootstrap>", line 994, in _gcd_import
File "<frozen importlib._bootstrap>", line 971, in _find_and_load
File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
File "<frozen importlib._bootstrap_external>
", line 678, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "C:\ProgramData\Anaconda3\lib\
site-packages\django\contrib\ auth\models.py", line 2, in <module> from django.contrib.auth.base_user import AbstractBaseUser, BaseUserManager
File "C:\ProgramData\Anaconda3\lib\
site-packages\django\contrib\ auth\base_user.py", line 47, in <module> class AbstractBaseUser(models.Model)
: File "C:\ProgramData\Anaconda3\lib\
site-packages\django\db\ models\base.py", line 117, in __new__ new_class.add_to_class('_meta'
, Options(meta, app_label)) File "C:\ProgramData\Anaconda3\lib\
site-packages\django\db\ models\base.py", line 321, in add_to_class value.contribute_to_class(cls, name)
File "C:\ProgramData\Anaconda3\lib\
site-packages\django\db\ models\options.py", line 204, in contribute_to_class self.db_table = truncate_name(self.db_table, connection.ops.max_name_
length()) File "C:\ProgramData\Anaconda3\lib\
site-packages\django\db\__ init__.py", line 28, in __getattr__ return getattr(connections[DEFAULT_
DB_ALIAS], item) File "C:\ProgramData\Anaconda3\lib\
site-packages\django\db\utils. py ", line 201, in __getitem__backend = load_backend(db['ENGINE'])
File "C:\ProgramData\Anaconda3\lib\
site-packages\django\db\utils. py ", line 125, in load_backend) from e_user
django.core.exceptions.
ImproperlyConfigured: 'django.db.backends.mssql' isn't an available database backend. Try using 'django.db.backends.XXX', where XXX is one of:
'mysql', 'oracle', 'postgresql', 'sqlite3'
On Wed, Sep 18, 2019, 10:59 AM 'Amitesh Sahay' via Django users <django...@googlegroups.com> wrote: --What is the error message? If the subject line you are talking about, its very generic. please be specific.Regards,AmiteshOn Wednesday, 18 September, 2019, 02:06:03 am IST, Praveen Kumar <kumar.p...@gmail.com> wrote:Hi All,Just I have updated the latest version of Dango. But now I'm getting error message. Please suggest me.--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+unsub...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cf2ca49b- .738e-457e-9d13-8a2df09a3a8f% 40googlegroups.com
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...@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/329456698. .7041138.1568784512666%40mail. yahoo.com
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4a1696a4-72ee-4977-8782-f9e864f9fead%40googlegroups.com.
No comments:
Post a Comment