Re: Admin interface is doing nothing

2009-10-26 Thread M.
Yes, you were right. I copied some of the code from my other project, which was writen with Django 1.0 and my URL contained .* in the end. Thank you for your help. On Oct 26, 10:02 pm, Mikhail Korobov wrote: > It is very likely that your urls.py is wrong. Re-check if

Re: Admin interface is doing nothing

2009-10-26 Thread Mikhail Korobov
It is very likely that your urls.py is wrong. Re-check if admin urls are included exactly as in documentation example: "(r'^admin/', include (admin.site.urls))", without any wildcards. On 27 окт, 00:12, "M." wrote: > Hi, > > I've installed the Admin interface, but the

Admin interface is doing nothing

2009-10-26 Thread M.
Hi, I've installed the Admin interface, but the interface is unresponsive. If click on USERS, the page refreshes itself and appends auth/user/ to the URL. If I click it again, it appends it again, but I still remain on the same page. I am using Python 2.6 and Ubuntu. Thanks, Martynas