Christoph Egger wrote:
> Hi
>
> I've two problems I can't solve with the documentation.
>
> 1. I was adviced to use Inclusion-Tags for my Menu but I can't work out
> how to load the library. {% load proj.app %} doesn't work nor
> {% load proj.app.mytags %}
>
> 'proj.app.mytags' is not a valid tag library: Could not load template
> library from django.templatetags.mytags, No module named mytags
>
> Can someone tell me the right way to load the Library or point me to
> the appropriate Resource?
>
> 2. I use Foreign Keys with classes from the Admin-Backend. Here the
> backend shows »movie object« for all my movies. I looked across the
> models reference but couldn't make up where to set the title that
> should be used for referencing in admin-backend
>
> Thanks
>
> Christoph
> Well sorry for asking to early. These things seem to be solved by creating a File templatetags.py in the appropriate app and adding a __str__() Function to the models. But now there is an AttributeError at /members/details/1/ 'module' object has no attribute '__path__' Which I cant't make any sense of
signature.asc
Description: OpenPGP digital signature

