ozknightwalker / django-basic-apps

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

Template Error in Admin #44

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I got this error when I tried to install the blog application:

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.parser

both basic.blog and basic.inlines are in INSTALLED_APPS and basic is in the 
pythonpath.
I'm using django 1.1 and python 2.6.

Any ideas?

Original issue reported on code.google.com by mauro.de...@gmail.com on 30 Apr 2010 at 10:35