Hi, I'm trying to deploy my django project on a production server, but Django always thinks the URL is index.php no matter what I put in. For example, when I put in the URL:
http://your.flowingdata.com/some_random_string I get the following no matter what some_random_string is: Using the URLconf defined in urls, Django tried these URL patterns, in this order: 1. ^(?P<username>\w+)/weight/ The current URL, index.php, didn't match any of these. Is there anyone out there who might have a clue what's going on? The project is working fine on my laptop, so it's kind of been sucking not being able to get working in production :( --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---