Hi Michael,

Here's the contents of my urls.py:

from django.conf.urls.defaults import *

urlpatterns = patterns('',
    # Example:
    # (r'^mysite/', include('mysite.apps.foo.urls.foo')),

    # Uncomment this for admin:
     (r'^admin/', include('django.contrib.admin.urls')),
)

Thanks for the tip about the copy&paste link. I just tried a friends
app and it gave me the same problem, so I'm thinking something is
terribly wrong with my setup. I'm using the svn trunk, and everything
went to *crap* after the magic-removal was merged in. I have made no
changes to the source, however to be sure I'll try nuking the tree and
checking it out again.

Thanks for your help, any other suggestions greatly appreciated!

Dave.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to