Monday, November 1, 2010

Repost Admin Site Without Graphics

Sorry for reposting a previous question, but Google temporarily
blocked my access to Groups for going back too far, too fast in this
group to find my original post.

My admin site works, but without graphics.

I've done the following to fix this.

TEMPLATE_DIRS = (
# Put strings here, like "/home/html/django_templates" or "C:/www/
django/templates".
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
'/home/amr/django/templates',
'/usr/local/lib/python2.6/site-packages/django/contrib/admin/
templates/registration',
)
in settings.py

What else do I need to do?

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

No comments:

Post a Comment