stevencoding / django-basic-apps

Automatically exported from code.google.com/p/django-basic-apps
0 stars 0 forks source link

inlines not valid tag library in blog post admin view #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using a trunk checkout of Django (r8130), when I go to
mysite/admin/blog/post/###/ I get the following error:

TemplateSyntaxError at /admin/blog/post/###/
'inlines' is not a valid tag library: Could not load template library from
django.templatetags.inlines, No module named inlines

I don't see any templates that try to load the inlines module, so maybe
it's been ditched?

Original issue reported on code.google.com by kenichi....@gmail.com on 29 Jul 2008 at 12:44

GoogleCodeExporter commented 8 years ago
Be sure and add basic.inlines to INSTALLED_APPS in your settings.py file. 

Original comment by npbor...@gmail.com on 29 Jul 2008 at 3:12

GoogleCodeExporter commented 8 years ago
Ah, many thanks.  You might want to add that to the list of dependencies in the 
Blog
readme for those of us who only want to use a few of the Basic apps.

Original comment by kenichi....@gmail.com on 29 Jul 2008 at 4:59