1

Is there a CSS and/or JavaScript manager module for django?

What I am looking for in functionality:

  • I would like to be able to define which stylesheets and javascript files to load, on a per view basis (this by itself is easy to do in bare django, but bear with me...)
  • I would like the plugin to automatically combine/optimize the "source" CSS/JS and insert the output into the appropriate view.

Does something like that exist?

1 Answer 1

1

Take a look at django-mediagenerator.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.