the path to inlines.py is:

/django_apps/live/inlines/inlines.py


live is on my pythonpath (my main application)

blogs and inlines were pulled out of the basic app and put into these
directories

/django_apps/live/blog/  (works)
/django_apps/inlines/    (doesn't work)

you can view the full traceback here:  
http://www.thecigarcastle.com/blog/2009/nov/15/asdfasd/

it's like it's trying to call inlines from
django.templatetags.inlines   rather than from the inlines path noted
above.



On Nov 16, 10:49 am, Bill Freeman <ke1g...@gmail.com> wrote:
> Do you have among your installed apps a name identifying a directory on the
> python path having both a models.py and a subdirectory named templatetags,
> that subdirectory containing a file inlines.py ?  Or was that in the stuff you
> excluded from basic.app?
>
> Bill
>
> On Sun, Nov 15, 2009 at 10:34 PM, Bobby Roberts <tchend...@gmail.com> wrote:
> > ok i have no idea what is going on here.  I have django basic blog
> > loaded to my site.  I've also installed inlines as follows:
>
> > INSTALLED_APPS = (
> > ...
> >    'inlines',
> >    'blog',
> > )
>
> > (yeah i pulled out the blog dir from the basic dir because i'm not
> > using all the other basic app stuff)
>
> > You can verify the blog is in fact working by going here:
> >http://www.thecigarcastle.com/blog/
>
> > Now click on the title to one of the posts:
>
> > The error i'm getting is:
>
> > 'inlines' is not a valid tag library: Could not load template library
> > from django.templatetags.inlines, No module named parser
>
> > You can see the full traceback here:
> >http://www.thecigarcastle.com/blog/2009/nov/15/asdfasd/
>
> > any ideas why this isn't working?
>
> > --
>
> > You received this message because you are subscribed to the Google Groups 
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > django-users+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/django-users?hl=.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=.


Reply via email to