I had a similar problem. Adding basic.inlines to your installed apps seems to fix things.
On May 6, 3:51 am, labtjd <[EMAIL PROTECTED]> wrote: > I installed the basic blog app, and it works mostly fine, except that > it is somehow connected to beautiful soup. > I also downloaded beautifulsoup and I can't quite figure how to get it > to interact properly with the admin section. > When I try to add a blog entry, I get an error > TemplateSyntaxError at /admin/blog/post/add/ > 'inlines' is not a valid tag library: Could not load template library > from django.templatetags.inlines, No module named inlines > > and it points to > > In template c:\python25\lib\site-packages\djtrunk\mysite\blog\templates > \admin\blog\post\change_form.html, error at line 4 > 'inlines' is not a valid tag library: Could not load template library > from django.templatetags.inlines, No module named inlines > 1 {% extends "admin/change_form.html" %} > 2 > 3 {% block extrahead %} > 4 {% load adminmedia inlines %} > . . . > I know I am supposed to import beautiful soup somewhere, but where? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---