I still have a problem although here is my appache file
 <VirtualHost *:80>
     DocumentRoot /var/www/mysite
     ServerName mysite.com
     ErrorLog logs/mysite.com-error_log
     CustomLog logs/mysite.com-access_log common

     SetHandler python-program
     PythonHandler django.core.handlers.modpython
     PythonPath "['/var/www/mysite/'] +sys.path"
     SetEnv DJANGO_SETTINGS_MODULE mysite.settings
     PythonDebug On

 </VirtualHost>
 but i still have this error when i browse my website
 EnvironmentError: Could not import DJANGO_SETTINGS_MODULE
 "mysite.settings' (is it on sys.path?): No module named
 mysite.settings

Mary Adel
Software Developper
 
ITrize-Egypt 13 Naguib Hashad medan elhegaz heliopolis
email: [EMAIL PROTECTED]
Office: +202 - 6236612 EXT. 102
Mobile: +2012 5241719

Reply via email to