Hacker News new | ask | show | jobs
by oinksoft 5002 days ago
Cool little library!

To make it extra friendly to Django developers, you might want to do just a couple extra little housekeeping things:

* Structure as a Django app. Place jsmetatemplate.py in templatetags/jsmetatemplate.py

* Make the license clear with a `LICENSE' file.

* Add test(s).

* At some point, include distutils things (setup.py) and upload to PyPI for straightforward installation with easy_install/pip.