You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
following the tutorial, I end up with the error indicated in the subject. I even get it with the testapp that comes with the package.
Bellow is the full call stack
I assume I must be doing something wrong, but I can't find out what.
Any pointer for me please?
Thanks a lot.
Hi,
following the tutorial, I end up with the error indicated in the subject. I even get it with the testapp that comes with the package.
Bellow is the full call stack
I assume I must be doing something wrong, but I can't find out what.
Any pointer for me please?
Thanks a lot.
Environment:
Request Method: GET
Request URL: http://localhost:8000/admin/django_options/option/page-generals/
Django Version: 1.6.2
Python Version: 2.7.5
Installed Applications:
('django_options',
'django.contrib.sites',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.comments',
'django.contrib.flatpages',
'django.contrib.messages',
'django.contrib.sessions',
'django.contrib.sitemaps',
'django.contrib.staticfiles',
'picklefield',
'app')
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.doc.XViewMiddleware',
'django_options.middleware.OptionsLoaderMiddleware')
Traceback:
File "/Library/Python/2.7/site-packages/django/core/handlers/base.py" in get_response
Exception Type: AttributeError at /admin/django_options/option/page-generals/
Exception Value: 'GeneralsAdminPage' object has no attribute 'request'
The text was updated successfully, but these errors were encountered: