Re: Urls not matched in production mode [n00b]

2006-08-24 Thread cerealito
Yup, That made it... Thanks a lot! --~--~-~--~~~---~--~~ 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

Re: Urls not matched in production mode [n00b]

2006-08-24 Thread Bryan L. Fordham
> The current URL, /metadata/, didn't match any of these." Apache is passing the entire URL. Try changed your urls.py to (r'^metadata/', include('..urls')), and moving things to a urls.py in your add directory hth --B -- Bryan L. Fordham socialistsushi.com Sushi For Everyone --~--~-

Urls not matched in production mode [n00b]

2006-08-24 Thread cerealito
Hi everyone, I've been having a great time testing Django and developing a real application. However, I've run into some trouble putting my project in a production environment: Everything works fine in using the development sever, but when I try to put my project under Apache and mod_python,