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.
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.
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.