Re: ImproperlyConfigured: Error importing middleware django.contrib.sessions.middleware: "No module named mysite"

2007-02-01 Thread HenrikG
Hi Ron! Try changing '/home/rsie/projects/mysite' to '/home/rsie/projects' and also change SetEnv DJANGO_SETTINGS_MODULE settings to SetEnv DJANGO_SETTINGS_MODULE mysite.settings regards, /Henrik --~--~-~--~~~---~--~~ You received this message because you are

Re: Extending the user model raises error: ImproperlyConfigured

2006-07-15 Thread un
Sorry, I found the error myself: I was mistaken concerning the value for my_apps in AUTH_PROFILE_MODULE uli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Extending the user model raises error: ImproperlyConfigured

2006-07-15 Thread Ulrich Nitsche
except (ImportError, ImproperlyConfigured): NameError: global name 'ImproperlyConfigured' is not defined <- any help would be appreciated, thanks in advance uli __ Verschicken Sie romantische, coole und wit

Re: Mod Python Error: ImproperlyConfigured: Middleware module "django.middleware.sessions" does not define a "SessionMiddleware" class

2006-02-23 Thread jzellman
Solved my own problem PythonPath "sys.path + ['/var/www/testy']" SetHandler mod_python PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE testy.settings PythonDebug On should be PythonPath "sys.path + ['/var/www/']" SetHandler mod_python

<    1   2