Hello,

when I try to access the admin site Django is complaining aout missing
adminmedia.py which is true.

There is a adminmedia.pyc instead.

svn up does not retrieve the file.

Debug message is:

AttributeError at /admin/
'module' object has no attribute 'register_tag'
Tequest Method:         GET
Request URL:    http://127.0.0.1:8000/admin/
Exception Type:         AttributeError
Exception Value:        'module' object has no attribute 'register_tag'
Exception Location:
        C:\soft\django_src\django\templatetags\adminmedia.py in ?, line 16

What is wrong ?

Olivier.

Reply via email to