Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. localhost : ok=118 changed=39 unreachable=0 failed=0
  2.  
  3. Migrate to fix oauth2_provider
  4. 2016-07-26 12:06:09,702 INFO 18355 [dd.dogapi] dog_stats_api.py:66 - Initializing dog api to use statsd: localhost, 8125
  5. Traceback (most recent call last):
  6. File "manage.py", line 112, in <module>
  7. startup.run()
  8. File "/edx/app/edxapp/edx-platform/lms/startup.py", line 54, in run
  9. autostartup()
  10. File "/edx/app/edxapp/edx-platform/openedx/core/lib/django_startup.py", line 16, in autostartup
  11. mod = import_module(app + '.startup')
  12. File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
  13. __import__(name)
  14. File "/edx/app/edxapp/edx-platform/lms/djangoapps/email_marketing/startup.py", line 3, in <module>
  15. from email_marketing import signals # pylint: disable=unused-import
  16. File "/edx/app/edxapp/edx-platform/lms/djangoapps/email_marketing/signals.py", line 12, in <module>
  17. from student.views import REGISTER_USER
  18. File "/edx/app/edxapp/edx-platform/common/djangoapps/student/views.py", line 58, in <module>
  19. from student.forms import AccountCreationForm, PasswordResetFormNoActive, get_registration_extension_form
  20. File "/edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py", line 24, in <module>
  21. class PasswordResetFormNoActive(PasswordResetForm):
  22. File "/edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py", line 55, in PasswordResetFormNoActive
  23. from_email=theming_helpers.get_value('email_from_address', settings.DEFAULT_FROM_EMAIL),
  24. NameError: name 'theming_helpers' is not defined
  25. 2016-07-26 12:06:12,744 INFO 18369 [dd.dogapi] dog_stats_api.py:66 - Initializing dog api to use statsd: localhost, 8125
  26. Traceback (most recent call last):
  27. File "manage.py", line 112, in <module>
  28. startup.run()
  29. File "/edx/app/edxapp/edx-platform/lms/startup.py", line 54, in run
  30. autostartup()
  31. File "/edx/app/edxapp/edx-platform/openedx/core/lib/django_startup.py", line 16, in autostartup
  32. mod = import_module(app + '.startup')
  33. File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
  34. __import__(name)
  35. File "/edx/app/edxapp/edx-platform/lms/djangoapps/email_marketing/startup.py", line 3, in <module>
  36. from email_marketing import signals # pylint: disable=unused-import
  37. File "/edx/app/edxapp/edx-platform/lms/djangoapps/email_marketing/signals.py", line 12, in <module>
  38. from student.views import REGISTER_USER
  39. File "/edx/app/edxapp/edx-platform/common/djangoapps/student/views.py", line 58, in <module>
  40. from student.forms import AccountCreationForm, PasswordResetFormNoActive, get_registration_extension_form
  41. File "/edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py", line 24, in <module>
  42. class PasswordResetFormNoActive(PasswordResetForm):
  43. File "/edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py", line 55, in PasswordResetFormNoActive
  44. from_email=theming_helpers.get_value('email_from_address', settings.DEFAULT_FROM_EMAIL),
  45. NameError: name 'theming_helpers' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement