On Mon, Nov 10, 2008 at 5:06 AM, Saravana Kumar K, Bangalore <
[EMAIL PROTECTED]> wrote:

>  Hi All,
>
>    I was trying to install Autotest tool, which is used for kernel testing.
> It uses the Django also, Please  find the link below
>
>    http://autotest.kernel.org/wiki/AutotestServerInstall
>
>  I followed all the instructions from the above link, But when i try to
> access the Admin interface, getting error Site Administrator "You don't have
> permission to edit anything". Can any one help me out of this issue...
>

I know nothing of this tool, but that error generally means you have not
included `admin.autodiscover()` in your urls.py file.  However, that command
was added in Django 1.0 (and I never saw an occurrance of that error
reported prior to the additon of admin.autdiscover()) and I see from looking
at the page you point to that they tell you to install Django 0.96.  So, if
you are using 0.96 admin.autodiscover() won't help.  It might not really
help on 1.0 either since if the app was written for 0.96 it is unlikely to
run unchanged on 1.0.

Karen

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to