I've been looking at this for a couple of hours and I have no idea what is happening.
In my urls.py I have this: urlpatterns = patterns('', (r'^admin/myapp/mymodel/', ',myapp.views.viewmodels'), .... When I go to http://localhost:8000/admin/myapp/mymodel it has ignored my pattern and went to the default admin change_list view. How do I know this? There is no views.pyc file, and I put in an error in the myapp.views to make sure I knew if I hit it. Anyone please let me know what did wrong . . -- Mike Hostetler http://mike.hostetlerhome.com/ --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---