Re: Please Help with Namespace Issue.

2007-07-24 Thread Russell Keith-Magee
On 7/25/07, Sebastian Macias <[EMAIL PROTECTED]> wrote: > > When I run the app with the development server everything is fine, I > can go to http://localhost:8000/accounts/login/ and I get no errors > but when I test it using apache/mod_python I get the following error. > > ImportError at / > No m

Please Help with Namespace Issue.

2007-07-24 Thread Sebastian Macias
Hello I'm having this strange problem and was wondering if anyone knows what might be causing it. I'm working on a django project called championsound. I integrated django registration the "regular" way: copied the app folder to my project folder and added (r'', include('marketing.urls')), to my