emencia / emencia-django-newsletter

An app for sending newsletter by email to a contact list.
189 stars 72 forks source link

admin static resources #69

Closed girzel closed 12 years ago

girzel commented 12 years ago

I may be missing something here, but the links to JS and CSS media in the admin backend are all relative, which means when you look at (for instance) the history and statistics pages for a particular newsletter, you're trying to draw JS pages from URLs like:

http://mywebsite.com/newsletters/statistics/some-newsletter-slug/edn/js/jquery.form.js

That's obviously wrong, right? All the "edn" static files only work with absolute URLs, from the root site.

Am I getting something wrong here?

E

girzel commented 12 years ago

Yup, I'm missing staticfiles. Sorry!