joestump / django-ajax

A simple framework for creating AJAX endpoints in Django.
http://github.com/joestump/django-ajax
BSD 3-Clause "New" or "Revised" License
260 stars 54 forks source link

Missing installation instructions #2

Closed chrisjones-brack3t closed 13 years ago

chrisjones-brack3t commented 13 years ago

You fail to mention that you need to install the decorator (http://pypi.python.org/pypi/decorator) app otherwise you get "Error: No module named decorator". Although somewhat easy to track down, it would be handy to have it in the read me.

joestump commented 13 years ago

Just added a note. Thanks!