You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(site) root@hal:~/Desktop/pin/mysite# ./manage.py runserver
Unhandled exception in thread started by <function check_errors..wrapper at 0x7fa60de34488>
Traceback (most recent call last):
File "/root/Desktop/pin/site/lib/python3.6/site-packages/django/utils/autoreload.py", line 225, in wrapper
fn(*args, **kwargs)
File "/root/Desktop/pin/site/lib/python3.6/site-packages/django/core/management/commands/runserver.py", line 113, in inner_run
autoreload.raise_last_exception()
File "/root/Desktop/pin/site/lib/python3.6/site-packages/django/utils/autoreload.py", line 248, in raise_last_exception
raise _exception[1]
File "/root/Desktop/pin/site/lib/python3.6/site-packages/django/core/management/init.py", line 327, in execute
autoreload.check_errors(django.setup)()
File "/root/Desktop/pin/site/lib/python3.6/site-packages/django/utils/autoreload.py", line 225, in wrapper
fn(*args, **kwargs)
File "/root/Desktop/pin/site/lib/python3.6/site-packages/django/init.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "/root/Desktop/pin/site/lib/python3.6/site-packages/django/apps/registry.py", line 93, in populate
"duplicates: %s" % app_config.label)
django.core.exceptions.ImproperlyConfigured: Application labels aren't unique, duplicates: account
The text was updated successfully, but these errors were encountered:
(site) root@hal:~/Desktop/pin/mysite# ./manage.py runserver
Unhandled exception in thread started by <function check_errors..wrapper at 0x7fa60de34488>
Traceback (most recent call last):
File "/root/Desktop/pin/site/lib/python3.6/site-packages/django/utils/autoreload.py", line 225, in wrapper
fn(*args, **kwargs)
File "/root/Desktop/pin/site/lib/python3.6/site-packages/django/core/management/commands/runserver.py", line 113, in inner_run
autoreload.raise_last_exception()
File "/root/Desktop/pin/site/lib/python3.6/site-packages/django/utils/autoreload.py", line 248, in raise_last_exception
raise _exception[1]
File "/root/Desktop/pin/site/lib/python3.6/site-packages/django/core/management/init.py", line 327, in execute
autoreload.check_errors(django.setup)()
File "/root/Desktop/pin/site/lib/python3.6/site-packages/django/utils/autoreload.py", line 225, in wrapper
fn(*args, **kwargs)
File "/root/Desktop/pin/site/lib/python3.6/site-packages/django/init.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "/root/Desktop/pin/site/lib/python3.6/site-packages/django/apps/registry.py", line 93, in populate
"duplicates: %s" % app_config.label)
django.core.exceptions.ImproperlyConfigured: Application labels aren't unique, duplicates: account
The text was updated successfully, but these errors were encountered: