django-basic-apps
django-basic-apps copied to clipboard
Template dirs in setup.py
Hi, I modified setup.py to include the template dirs for each app. Before this, installing via pip would not include them since they weren't Python packages. Data files have to be explicitly included in setup.py. The way I did it is a little brittle, but should work with any Django project I've personally seen - maybe you know a better way, but it seems to work fine for basic-apps at least. Thanks for your hard work on this! Alex
Yes please pull
@alex: I've sent another pull request similar to yours.