A custom web interface built for managing a plug, includes a file browser for mounted devices, a package upgrade manager, and some simple OS configuration options.
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
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
Exception Type: ImproperlyConfigured at /users/createdefaultuser Exception Value: Module "django.core.context_processors" does not define a "auth" callable request processor