Created
November 21, 2016 19:01
-
-
Save nivir/b0196550edb35f9e6bb05c88c5c1d45c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ==>sh medstack.sh init index run | |
| *** Initializing server on www.lvh.me:8080 with medstack.settings.base | |
| *** Running all tests | |
| Traceback (most recent call last): | |
| File "manage.py", line 9, in <module> | |
| execute_from_command_line(sys.argv) | |
| File "//anaconda/lib/python2.7/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line | |
| utility.execute() | |
| File "//anaconda/lib/python2.7/site-packages/django/core/management/__init__.py", line 354, in execute | |
| django.setup() | |
| File "//anaconda/lib/python2.7/site-packages/django/__init__.py", line 21, in setup | |
| apps.populate(settings.INSTALLED_APPS) | |
| File "//anaconda/lib/python2.7/site-packages/django/apps/registry.py", line 89, in populate | |
| "duplicates: %s" % app_config.label) | |
| django.core.exceptions.ImproperlyConfigured: Application labels aren't unique, duplicates: sites |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment