Skip to content

Instantly share code, notes, and snippets.

@hkumarmk
Created October 1, 2015 07:12
Show Gist options
  • Select an option

  • Save hkumarmk/1aeaf23ad10385484fa2 to your computer and use it in GitHub Desktop.

Select an option

Save hkumarmk/1aeaf23ad10385484fa2 to your computer and use it in GitHub Desktop.
AttributeError at /admin/
'Settings' object has no attribute 'GITHUB_AUTH_CALLBACK'
Request Method: GET
Request URL: http://localhost:8000/admin/
Django Version: 1.8.4
Exception Type: AttributeError
Exception Value:
'Settings' object has no attribute 'GITHUB_AUTH_CALLBACK'
Exception Location: /home/hkumar/overcastvenv/local/lib/python2.7/site-packages/django/conf/__init__.py in __getattr__, line 49
Python Executable: /home/hkumar/overcastvenv/bin/python
Python Version: 2.7.6
Python Path:
['/home/hkumar/overcastvenv/src/overcast',
'/home/hkumar/overcastvenv/src/dbuild',
'/home/hkumar/overcastvenv/lib/python2.7',
'/home/hkumar/overcastvenv/lib/python2.7/plat-x86_64-linux-gnu',
'/home/hkumar/overcastvenv/lib/python2.7/lib-tk',
'/home/hkumar/overcastvenv/lib/python2.7/lib-old',
'/home/hkumar/overcastvenv/lib/python2.7/lib-dynload',
'/usr/lib/python2.7',
'/usr/lib/python2.7/plat-x86_64-linux-gnu',
'/usr/lib/python2.7/lib-tk',
'/home/hkumar/overcastvenv/local/lib/python2.7/site-packages',
'/home/hkumar/overcastvenv/src/overcast']
Server time:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment