Closed oinksoft closed 12 years ago
I found that setup.py install did not install the "templatetags" directory, so I added that. The package depends on Django in several places so I added an entry for >= 1.4. Perhaps the latter is superfluous or even problematic for you however.
setup.py install
I realized I changed the setup.py information to relect my own repository here. I will have to clean this up.
setup.py
I found that
setup.py install
did not install the "templatetags" directory, so I added that. The package depends on Django in several places so I added an entry for >= 1.4. Perhaps the latter is superfluous or even problematic for you however.