ixc / ixc-project-template

Bare-bones skeleton project template, for use with the `django-admin.py startproject` command.
1 stars 0 forks source link

Remove frontend compiler app from INSTALLED_APPS #23

Closed mattoc closed 8 years ago

mattoc commented 8 years ago

We no longer have django_frontend_compiler in setup.py or requirements[-dev].txt, and it throws an error on startup if it's missing.

mattoc commented 8 years ago

This will need us to scrub the templates and replace with compressor template tags, so I'm suggesting we freeze this for the moment.

markfinger commented 8 years ago

I don't have the commits off hand, but I applied similar changes a while back.