The same question I meet, not resolve yet
Actually, I found my error.
In the INSTALLED_APPS section of the settings file, I had left of the
project name, 'resumes' instead of 'myproject.resumes'.
Thanks for the help, and hopefully this will help someone else out.
On Wednesday 11 January 2006 14:53, [EMAIL PROTECTED] wrote:
> ImproperlyConfigured: Error importing middleware
> django.middleware.sessions: "No module named resumes"
Let's see your settings.py file, particularly the MIDDLEWARE_CLASSES part.
I should clarify that my project does work when I run Django's server.
>> have you created any models in ~/models/resumes.py?
Yep, I have a Resume model in /modes/resumes.py
On Thursday 12 Jan 2006 4:23 am, [EMAIL PROTECTED] wrote:
> ImproperlyConfigured: Error importing middleware
> django.middleware.sessions: "No module named resumes"
have you created any models in ~/models/resumes.py?
--
regards
kg
http://www.livejournal.com/users/lawgon
tally ho! http://avsap.
Hello,
I've recently started to learn Django. I'm having a problem setting it
up with apache2 and mod_python on Ubuntu 5.10.
These are my mod_python settings in apache
"""
SetHandler mod_python
PythonPath "['/home/rousseau/code/django'] + sys.path"
PythonHandler django.core.handl
7 matches
Mail list logo