Skip to content

Instantly share code, notes, and snippets.

@melvinsoft
Created October 10, 2017 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melvinsoft/02e7ef4681d41731e925cc94d33b357a to your computer and use it in GitHub Desktop.
Save melvinsoft/02e7ef4681d41731e925cc94d33b357a to your computer and use it in GitHub Desktop.
System check identified no issues (0 silenced).
October 10, 2017 - 12:00:11
Django version 1.10.8, using settings 'config.settings'
Starting development server at http://0.0.0.0:9000/
Quit the server with CONTROL-C.
[10/Oct/2017 12:03:17] "GET / HTTP/1.1" 302 0
[10/Oct/2017 12:03:17] "GET /robots.txt HTTP/1.1" 200 25
Internal Server Error: /accounts/login/
Traceback (most recent call last):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 65, in __getitem__
return self._engines[alias]
KeyError: 'django'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 126, in get_package_libraries
module = import_module(entry[1])
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 985, in _gcd_import
File "<frozen importlib._bootstrap>", line 968, in _find_and_load
File "<frozen importlib._bootstrap>", line 957, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 697, in exec_module
File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/waffle/templatetags/waffle_tags.py", line 6, in <module>
from waffle import flag_is_active, sample_is_active, switch_is_active
ImportError: cannot import name 'flag_is_active'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/core/handlers/exception.py", line 42, in inner
response = get_response(request)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/core/handlers/base.py", line 249, in _legacy_get_response
response = self._get_response(request)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/core/handlers/base.py", line 217, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/core/handlers/base.py", line 215, in _get_response
response = response.render()
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/response.py", line 109, in render
self.content = self.rendered_content
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/response.py", line 84, in rendered_content
template = self.resolve_template(self.template_name)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/response.py", line 66, in resolve_template
return select_template(template, using=self.using)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/loader.py", line 44, in select_template
engines = _engine_list(using)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/loader.py", line 72, in _engine_list
return engines.all() if using is None else [engines[using]]
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 89, in all
return [self[alias] for alias in self]
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 89, in <listcomp>
return [self[alias] for alias in self]
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 80, in __getitem__
engine = engine_cls(params)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 30, in __init__
options['libraries'] = self.get_templatetag_libraries(libraries)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 48, in get_templatetag_libraries
libraries = get_installed_libraries()
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 113, in get_installed_libraries
for name in get_package_libraries(pkg):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 130, in get_package_libraries
"trying to load '%s': %s" % (entry[1], e)
django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'waffle.templatetags.waffle_tags': cannot import name 'flag_is_active'
ERROR 2017-10-10 12:03:17,705 django.request Internal Server Error: /accounts/login/
Traceback (most recent call last):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 65, in __getitem__
return self._engines[alias]
KeyError: 'django'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 126, in get_package_libraries
module = import_module(entry[1])
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 985, in _gcd_import
File "<frozen importlib._bootstrap>", line 968, in _find_and_load
File "<frozen importlib._bootstrap>", line 957, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 697, in exec_module
File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/waffle/templatetags/waffle_tags.py", line 6, in <module>
from waffle import flag_is_active, sample_is_active, switch_is_active
ImportError: cannot import name 'flag_is_active'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/core/handlers/exception.py", line 42, in inner
response = get_response(request)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/core/handlers/base.py", line 249, in _legacy_get_response
response = self._get_response(request)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/core/handlers/base.py", line 217, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/core/handlers/base.py", line 215, in _get_response
response = response.render()
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/response.py", line 109, in render
self.content = self.rendered_content
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/response.py", line 84, in rendered_content
template = self.resolve_template(self.template_name)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/response.py", line 66, in resolve_template
return select_template(template, using=self.using)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/loader.py", line 44, in select_template
engines = _engine_list(using)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/loader.py", line 72, in _engine_list
return engines.all() if using is None else [engines[using]]
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 89, in all
return [self[alias] for alias in self]
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 89, in <listcomp>
return [self[alias] for alias in self]
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 80, in __getitem__
engine = engine_cls(params)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 30, in __init__
options['libraries'] = self.get_templatetag_libraries(libraries)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 48, in get_templatetag_libraries
libraries = get_installed_libraries()
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 113, in get_installed_libraries
for name in get_package_libraries(pkg):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 130, in get_package_libraries
"trying to load '%s': %s" % (entry[1], e)
django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'waffle.templatetags.waffle_tags': cannot import name 'flag_is_active'
Internal Server Error: /accounts/login/
Traceback (most recent call last):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 65, in __getitem__
return self._engines[alias]
KeyError: 'django'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 126, in get_package_libraries
module = import_module(entry[1])
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 985, in _gcd_import
File "<frozen importlib._bootstrap>", line 968, in _find_and_load
File "<frozen importlib._bootstrap>", line 957, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 697, in exec_module
File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/waffle/templatetags/waffle_tags.py", line 6, in <module>
from waffle import flag_is_active, sample_is_active, switch_is_active
ImportError: cannot import name 'flag_is_active'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/core/handlers/base.py", line 131, in get_response
response = middleware_method(request, response)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/debug_toolbar/middleware.py", line 131, in process_response
bits[-2] += toolbar.render_toolbar()
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/debug_toolbar/toolbar.py", line 64, in render_toolbar
return render_to_string('debug_toolbar/base.html', context)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/loader.py", line 67, in render_to_string
template = get_template(template_name, using=using)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/loader.py", line 18, in get_template
engines = _engine_list(using)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/loader.py", line 72, in _engine_list
return engines.all() if using is None else [engines[using]]
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 89, in all
return [self[alias] for alias in self]
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 89, in <listcomp>
return [self[alias] for alias in self]
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 80, in __getitem__
engine = engine_cls(params)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 30, in __init__
options['libraries'] = self.get_templatetag_libraries(libraries)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 48, in get_templatetag_libraries
libraries = get_installed_libraries()
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 113, in get_installed_libraries
for name in get_package_libraries(pkg):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 130, in get_package_libraries
"trying to load '%s': %s" % (entry[1], e)
django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'waffle.templatetags.waffle_tags': cannot import name 'flag_is_active'
ERROR 2017-10-10 12:03:18,021 django.request Internal Server Error: /accounts/login/
Traceback (most recent call last):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 65, in __getitem__
return self._engines[alias]
KeyError: 'django'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 126, in get_package_libraries
module = import_module(entry[1])
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 985, in _gcd_import
File "<frozen importlib._bootstrap>", line 968, in _find_and_load
File "<frozen importlib._bootstrap>", line 957, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 697, in exec_module
File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/waffle/templatetags/waffle_tags.py", line 6, in <module>
from waffle import flag_is_active, sample_is_active, switch_is_active
ImportError: cannot import name 'flag_is_active'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/core/handlers/base.py", line 131, in get_response
response = middleware_method(request, response)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/debug_toolbar/middleware.py", line 131, in process_response
bits[-2] += toolbar.render_toolbar()
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/debug_toolbar/toolbar.py", line 64, in render_toolbar
return render_to_string('debug_toolbar/base.html', context)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/loader.py", line 67, in render_to_string
template = get_template(template_name, using=using)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/loader.py", line 18, in get_template
engines = _engine_list(using)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/loader.py", line 72, in _engine_list
return engines.all() if using is None else [engines[using]]
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 89, in all
return [self[alias] for alias in self]
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 89, in <listcomp>
return [self[alias] for alias in self]
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 80, in __getitem__
engine = engine_cls(params)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 30, in __init__
options['libraries'] = self.get_templatetag_libraries(libraries)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 48, in get_templatetag_libraries
libraries = get_installed_libraries()
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 113, in get_installed_libraries
for name in get_package_libraries(pkg):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 130, in get_package_libraries
"trying to load '%s': %s" % (entry[1], e)
django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'waffle.templatetags.waffle_tags': cannot import name 'flag_is_active'
[10/Oct/2017 12:03:18] "GET /accounts/login/ HTTP/1.1" 500 155203
Internal Server Error: /favicon.ico
Traceback (most recent call last):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 65, in __getitem__
return self._engines[alias]
KeyError: 'django'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 126, in get_package_libraries
module = import_module(entry[1])
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 985, in _gcd_import
File "<frozen importlib._bootstrap>", line 968, in _find_and_load
File "<frozen importlib._bootstrap>", line 957, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 697, in exec_module
File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/waffle/templatetags/waffle_tags.py", line 6, in <module>
from waffle import flag_is_active, sample_is_active, switch_is_active
ImportError: cannot import name 'flag_is_active'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/core/handlers/base.py", line 131, in get_response
response = middleware_method(request, response)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/debug_toolbar/middleware.py", line 131, in process_response
bits[-2] += toolbar.render_toolbar()
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/debug_toolbar/toolbar.py", line 64, in render_toolbar
return render_to_string('debug_toolbar/base.html', context)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/loader.py", line 67, in render_to_string
template = get_template(template_name, using=using)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/loader.py", line 18, in get_template
engines = _engine_list(using)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/loader.py", line 72, in _engine_list
return engines.all() if using is None else [engines[using]]
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 89, in all
return [self[alias] for alias in self]
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 89, in <listcomp>
return [self[alias] for alias in self]
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 80, in __getitem__
engine = engine_cls(params)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 30, in __init__
options['libraries'] = self.get_templatetag_libraries(libraries)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 48, in get_templatetag_libraries
libraries = get_installed_libraries()
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 113, in get_installed_libraries
for name in get_package_libraries(pkg):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 130, in get_package_libraries
"trying to load '%s': %s" % (entry[1], e)
django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'waffle.templatetags.waffle_tags': cannot import name 'flag_is_active'
ERROR 2017-10-10 12:03:19,611 django.request Internal Server Error: /favicon.ico
Traceback (most recent call last):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 65, in __getitem__
return self._engines[alias]
KeyError: 'django'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 126, in get_package_libraries
module = import_module(entry[1])
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 985, in _gcd_import
File "<frozen importlib._bootstrap>", line 968, in _find_and_load
File "<frozen importlib._bootstrap>", line 957, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 697, in exec_module
File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/waffle/templatetags/waffle_tags.py", line 6, in <module>
from waffle import flag_is_active, sample_is_active, switch_is_active
ImportError: cannot import name 'flag_is_active'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/core/handlers/base.py", line 131, in get_response
response = middleware_method(request, response)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/debug_toolbar/middleware.py", line 131, in process_response
bits[-2] += toolbar.render_toolbar()
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/debug_toolbar/toolbar.py", line 64, in render_toolbar
return render_to_string('debug_toolbar/base.html', context)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/loader.py", line 67, in render_to_string
template = get_template(template_name, using=using)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/loader.py", line 18, in get_template
engines = _engine_list(using)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/loader.py", line 72, in _engine_list
return engines.all() if using is None else [engines[using]]
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 89, in all
return [self[alias] for alias in self]
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 89, in <listcomp>
return [self[alias] for alias in self]
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/utils.py", line 80, in __getitem__
engine = engine_cls(params)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 30, in __init__
options['libraries'] = self.get_templatetag_libraries(libraries)
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 48, in get_templatetag_libraries
libraries = get_installed_libraries()
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 113, in get_installed_libraries
for name in get_package_libraries(pkg):
File "/Users/melvin/.virtualenvs/amc/lib/python3.5/site-packages/django/template/backends/django.py", line 130, in get_package_libraries
"trying to load '%s': %s" % (entry[1], e)
django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'waffle.templatetags.waffle_tags': cannot import name 'flag_is_active'
[10/Oct/2017 12:03:19] "GET /favicon.ico HTTP/1.1" 500 156868
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment