First off - apologies on taking so long to get around to answering
your question - I've been doing a lot of travelling for work, and I've
been away from my Django development machine.

On 12/11/06, Matias Hermarud Fjeld <[EMAIL PROTECTED]> wrote:

> I've made a stab at writing a test for this, attached. The problem with
> the approach I have used is that the '{% load admin_modify %}' stanza
> fails because the django.contrib.admin is not in INSTALLED_APPS. How
> should I go about to solve this?

django.contrib.admin _should_ be in the list of installed apps; all
the contrib apps are forced into INSTALLED_APPS in runtests.py.

What error are you getting? Are you sure that the problem isn't being
caused by the templates not being able to find the admin scripts you
are referencing?

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to