I'm wonding if anyone had any advise or suggestions to a problem that I am having...
I'm fairly new to django. I am transferring a django website from one server to another so I have set it up on the new server using a different domain name. Now I am trying to transfer the old domain name to the new server. I have switched the DNS, but I get errors. CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True requires authentication middleware. If I comment out the caching stuff, I get ImproperlyConfigured: Error importing authentication backend wwwroot.middleware.email_auth: "No module named middleware.email_auth" Now, here is the weird part. I changed the name of wwwroot a long time ago on the new server and can even do a grep -nr "wwwroot" * on the new server and find no trace of it. Is it possible that somehow requests are still hitting the old server as well as the new server. I shut down apache on the old server just in case, but it didn't change anything. Also, I setup a web server for testing and had no problems accessing it from http://192.168.0.133 so it doesn't seem to have anything domain specific in the website code. DNS problems is the only thing I can think of. Except it's giving me django errors, which implies DNS is correct, right? Thanks, Brad --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---