jbalogh / jingo

An adapter for using Jinja2 templates with Django.
http://readthedocs.org/docs/jingo/en/latest/
BSD 3-Clause "New" or "Revised" License
178 stars 45 forks source link

Django 1.7 + Travis #60

Closed jsocol closed 9 years ago

jsocol commented 10 years ago

Takes #52 from @heyman and adds test updates.

jsocol commented 10 years ago

I wonder if in 1.7 we shouldn't use django.utils.module_loading.autodiscover_modules, and also I'm thinking it might be best do replace the load-time autodiscover with jingo.autodiscover() in v0.8, to deal with the app registry setup thing.

jsocol commented 9 years ago

Done in #62 and passing on travis