I found out what my problem was. It seems that in my urls.py I recently changed admin.site.root to admin.site.urls which has been deprecated. Once I changed it back to admin.site.root the admin interface was working in oracle
Is it possible that the code for oracle is still referencing admin.site.root instead of admin.site.urls? Thanks, Jeff On Tue, Jan 26, 2010 at 9:29 AM, Jeff Green <jeffhg2...@gmail.com> wrote: > I am in the process of migrating my web site from postgresql to > oracle. > It seems that in oracle when I get into the admin site and click on > any of the tables it does not display any of the records that should > appear. > When I use postgresql this issue does not happen. > > I am using Django version 1.2 SVN-12117 > > Has anyone experienced this issue? > > Thanks, > Jeff > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.