I am trying to deploy my app on the production server, however I am
having some issues.

The development server says:
http://dpaste.com/65164/

Traceback (most recent call last):
  File "manage.py", line 11, in <module>
    execute_manager(settings)
  File "/usr/lib/python2.5/site-packages/django/core/management/
__init__.py", line 270, in execute_manager
    project_directory = setup_environ(settings_mod)
  File "/usr/lib/python2.5/site-packages/django/core/management/
__init__.py", line 251, in setup_environ
    project_module = __import__(project_name, {}, {}, [''])
ImportError: No module named httpdocs

mod_python says:
http://dpaste.com/65166/

This is very weird, because I can import settings from the python
interpreter without tracebacks.


--~--~---------~--~----~------------~-------~--~----~
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