1. When you were running the development server, you were probably executing from the www directory, so importing from 'mysite' would work. When running in production, it has to be properly on the PYTHONPATH.
2. You need the CSS and stuff for admin available on a server somewhere, and have your ADMIN_MEDIA_PREFIX in settings.py point to the proper root URL. 3. I don't know that one personally, and I don't use Apache. Someone else will probably answer. Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.