[EMAIL PROTECTED] a écrit :
> Please. Anyone... I just want to be able to use manage.py AND the
> project!

- are you sure that django is well installed on your server ?

- In your apache conf, do you have something like :

<Location "/">
                 SetHandler mod_python
                 PythonHandler django.core.handlers.modpython
                 SetEnv DJANGO_SETTINGS_MODULE myproject.settings
                 PythonDebug On
                 PythonPath "['/path/to/django'] + sys.path"
</Location>

Take care that your django project is into /path/to/django/myproject in 
previous exemple ; adapt to it.

- do you have mod_python and apache2 ?

- do python manage.py * works better than python2.4 manage.py ?

- are you sure that one file was not corrupted during your migration ?

HIH,
nicolas


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to