This file contains 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
====================================================================== | |
ERROR: test_contacts_reports (awaazde.web.messaging.tests.test_reports.TestReport) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/neil/Development/ad2/awaazde/backend/awaazde/web/core/tests/__init__.py", line 79, in plan_subscribe_wrapper | |
func(instance) | |
File "/Users/neil/Development/ad2/awaazde/backend/awaazde/web/core/tests/__init__.py", line 104, in phone_number_wrapper | |
func(instance) | |
File "/Users/neil/Development/ad2/awaazde/backend/awaazde/web/core/tests/__init__.py", line 164, in feature_wrapper | |
func(instance) |
This file contains 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
(awaazde) anitya:awaazde neil$ python backend/manage.py makemigrations | |
Traceback (most recent call last): | |
File "backend/manage.py", line 24, in <module> | |
execute_from_command_line(sys.argv) | |
File "/Users/neil/Development/virtualenvs/awaazde/lib/python2.7/site-packages/django/core/management/__init__.py", line 363, in execute_from_command_line | |
utility.execute() | |
File "/Users/neil/Development/virtualenvs/awaazde/lib/python2.7/site-packages/django/core/management/__init__.py", line 337, in execute | |
django.setup() | |
File "/Users/neil/Development/virtualenvs/awaazde/lib/python2.7/site-packages/django/__init__.py", line 27, in setup | |
apps.populate(settings.INSTALLED_APPS) |