On Thu, Jul 30, 2009 at 9:59 AM, monkut <shane.cous...@gmail.com> wrote:

>
> Hmmm... I'm having the same error.
> I just installed 1.1 with python 2.6.2, on Windows vista.
>
> I set up a new project using django-admin.py and a new app to throw
> together a new project.
> All in all that took under an hour from download.
> Now, I've spent just about an hour looking around to find out how to
> get the admin to display properly...
>
> I:ve commented out the admin in the base urls.py file.
> Then when i goto localhost:8000/admin I see this error.
>

Do you mean you have un-commented the admin lines in urls.py?


>
> I thought even without changing my settings.py, using runserver it
> would auto-grab the templates in the python site-packages django dirs,
> but this error is showing up.


You do have to change settings.py to include 'django.contrib.admin' in
INSTALLED_APPS.  Have you done that?


>
> Next, I set the TEMPLATE_DIRS and copied the contrib.admin.templates
> content to my project's template directory. (I think I remember doing
> this in the past..)


No, you do not need to do this.

and now I get this error:
>
> TemplateSyntaxError at /admin/
> 'adminmedia' is not a valid tag library: Could not load template
> library from django.templatetags.adminmedia
>
>
> Any ideas?
>

That error sounds like you do not have the admin in INSTALLED_APPS.

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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to