Re: Tag Library questions

2005-10-31 Thread rockmh
Thanks. That solved the missing taglib problem, but still the blog is not working. I am guessing that I have to actually install the comments app. Yup. Running "django-admin.py install comments" did the trick! I will post a link to my blog after a bit of testing and dressing up the appearance.

Re: Tag Library questions

2005-10-31 Thread Richie Hindle
[Rock] > (I read up on tag libraries and the docs say that the admin tool can be > used to browse through the available tags, filters, models, views. > Neat! But my version of admin seems to have nothing like the "built-in > reference" that is discussed. What needs to be done to activate this > f

Re: Tag Library questions

2005-10-31 Thread Jacob Kaplan-Moss
On Oct 31, 2005, at 7:30 AM, rockmh wrote: I downloaded and installed the blog app from the django_website area. However the main view is failing since tag library comments.comments is not found. You need to make sure that "django.contrib.comments" is in your INSTALLED_APPS. Jacob