Re: Prioritise 0.1 released

2012-07-14 Thread Jon Black
Thanks for the kind words. I skipped unit tests to make learning django simpler. I fully intend to add unit tests in future updates. Thanks for the reminder, though :) On 07/14/2012 05:31 PM, George Silva wrote: > HI Jon, > > Congratulations of your first public Django project. It seems very > us

Re: Prioritise 0.1 released

2012-07-14 Thread George Silva
HI Jon, Congratulations of your first public Django project. It seems very useful. Nice coding style, good follow of the guidelines, etc :D. THe only thing missing that I've found are unit tests, since they might demonstrate to the public how much your product is reliable and incentivate usage.