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
{{ message }}
This repository has been archived by the owner on May 28, 2023. It is now read-only.
for processor in get_standard_processors() + processors:
File "/usr/lib/python2.7/site-packages/django/template/context.py" in get_standard_processors
raise ImproperlyConfigured('Module "%s" does not define a "%s" callable request processor' % (module, attr))
Exception Type: ImproperlyConfigured at /users/createdefaultuser
Exception Value: Module "django.core.context_processors" does not define a "auth" callable request processor
The text was updated successfully, but these errors were encountered:
Pogo Plug Pink with newest/updated archlinux
Environment:
Request Method: GET
Request URL: http://192.168.0.186/users/createdefaultuser
Django Version: 1.4
Python Version: 2.7.3
Installed Applications:
('django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'users',
'privateapi',
'system',
'files',
'apps',
'home')
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware')
Traceback:
File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
File "/usr/lib/python2.7/site-packages/django/template/context.py" in init
Exception Type: ImproperlyConfigured at /users/createdefaultuser
Exception Value: Module "django.core.context_processors" does not define a "auth" callable request processor
The text was updated successfully, but these errors were encountered: