OpenMOOC / moocng

MOOC Engine
Apache License 2.0
88 stars 43 forks source link

'Settings' object has no attribute 'BADGES_BASE_URL' #53

Closed johnfelipe closed 11 years ago

johnfelipe commented 11 years ago
AttributeError at /auth/saml2/login/
'Settings' object has no attribute 'BADGES_BASE_URL'
Request Method: GET
Request URL:    https://moocng.felipeurrego.com/auth/saml2/login/
Django Version: 1.4.5
Exception Type: AttributeError
Exception Value:    
'Settings' object has no attribute 'BADGES_BASE_URL'
Exception Location: /var/www/moocng/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/utils/functional.py in inner, line 185
Python Executable:  /usr/bin/python
Python Version: 2.6.6

What fix it?

oscarcp commented 11 years ago

Hi Felipe,

That's actually my fault, I reverted back the repository 3 commits back, you should either make a new clone or revert back your master branch with the command:

    git reset --hard HEAD~3