cfpb / regulations-site

(DEPRECATED) Web interface for viewing U.S. federal regulations and other regulatory information
Other
28 stars 43 forks source link

Moving templates to django standard location #463

Closed cmc333333 closed 10 years ago

cmc333333 commented 10 years ago

Were in regulations/generator/templates

Moved to regulations/templates/regulations

This allows our app to use app_directories.Loader, which means it doesn't need special TEMPLATE_DIRS, which in turn allows users to install the app through pip.

khandelwal commented 10 years ago

I'm glad we're doing this finally. I've been wanting to do this for a while, but didn't want to make it difficult for everyone else to work with the templates.