Skip to content

Instantly share code, notes, and snippets.

@jmeridth
Created August 17, 2014 04:31
Show Gist options
  • Select an option

  • Save jmeridth/dd7c80a741c7d9a3669c to your computer and use it in GitHub Desktop.

Select an option

Save jmeridth/dd7c80a741c7d9a3669c to your computer and use it in GitHub Desktop.
error when logging in to edit home page on new django-cms install
AttributeError at /en-us/
'NoneType' object has no attribute 'has_change_permission'
Request Method: GET
Request URL: http://192.168.100.100:5000/en-us/
Django Version: 1.6.5
Exception Type: AttributeError
Exception Value:
'NoneType' object has no attribute 'has_change_permission'
Exception Location: /home/vagrant/.virtualenvs/playworks_cms/local/lib/python2.7/site-packages/cms/templatetags/cms_tags.py in get_processors, line 352
Python Executable: /home/vagrant/.virtualenvs/playworks_cms/bin/python
Python Version: 2.7.6
Python Path:
['/home/vagrant/dev/playworks_cms',
'/home/vagrant/.virtualenvs/playworks_cms/lib/python2.7',
'/home/vagrant/.virtualenvs/playworks_cms/lib/python2.7/plat-i386-linux-gnu',
'/home/vagrant/.virtualenvs/playworks_cms/lib/python2.7/lib-tk',
'/home/vagrant/.virtualenvs/playworks_cms/lib/python2.7/lib-old',
'/home/vagrant/.virtualenvs/playworks_cms/lib/python2.7/lib-dynload',
'/usr/lib/python2.7',
'/usr/lib/python2.7/plat-i386-linux-gnu',
'/usr/lib/python2.7/lib-tk',
'/home/vagrant/.virtualenvs/playworks_cms/local/lib/python2.7/site-packages']
Server time: Sat, 16 Aug 2014 23:18:48 -0500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment