Hello,
I'm trying to use a custom javascript file in the admin app with Media:
class MyAdmin(admin.ModelAdmin):
class Media:
js = ('js/my.js',)
the problem is that after installing the staticfiles app (in
INSTALLED_APPS) and after setting STATIC_URL = '/media/', the admin
app is unable to find their own admin files.
What could I do?
Regards,
Juan Pablo
--
You received this message because you are subscribed to the Google Groups
"Django users" 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-users?hl=en.