A
A
artchis2020-12-27 22:15:45
Django
artchis, 2020-12-27 22:15:45

Why won't the local server start?

I can’t start the server, before that I did authorization via VK, after that I can’t start it.

Error:

Watching for file changes with StatReloader
Exception in thread django-main-thread:
Traceback (most recent call last):
File "C:\Users\Admin\anaconda3\lib\threading.py", line 932, in _bootstrap_inner
self. run()
File "C:\Users\Admin\anaconda3\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\Admin\ anaconda3\lib\site-packages\django\utils\autoreload.py", line 53, in wrapper
fn(*args, **kwargs)
File "C:\Users\Admin\anaconda3\lib\site-packages\django\ core\management\commands\runserver.py", line 110, in inner_run
autoreload.raise_last_exception()
File "C:\Users\Admin\anaconda3\lib\site-packages\django\utils\autoreload.py", line 76, in raise_last_exception
raise _exception[1]
File "C:\Users\Admin\ anaconda3\lib\site-packages\django\core\management\__init__.py", line 357, in execute
autoreload.check_errors(django.setup)()
File "C:\Users\Admin\anaconda3\lib\site-packages \django\utils\autoreload.py", line 53, in wrapper
fn(*args, **kwargs)
File "C:\Users\Admin\anaconda3\lib\site-packages\django\__init__.py", line 24 , in setup
apps.populate(settings.INSTALLED_APPS)
File "C:\Users\Admin\anaconda3\lib\site-packages\django\apps\registry.py", line 93,in populate
raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: Application labels aren't unique, duplicates: auth

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
milssky, 2020-12-27
@milssky

django.core.exceptions.ImproperlyConfigured: Application labels aren't unique, duplicates:
auth

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question