__jnaut__
__jnaut__
I am able to use this browser for relatively more complex relationships but it fails for this simple one : (when trying to browse the model) ``` package com.example.sampleapp.dbobjects; import...
I was running the included tests and got File "/code/appenv/src/sharpy/sharpy/product.py", line 477, in charge each_amount = Decimal(each_amount) File "/usr/lib/python2.6/decimal.py", line 649, in **new** "First convert the float to a string")...
https://github.com/Saaspire/sharpy/blob/master/tests/product_tests.py#L5 from unittest.case import SkipTest I think the docs should say that the alias unittest actually refers to unittest2 Depending on which testing library is installed on a users system...
Hi Thanks for writing this example with Django. How would you change the code if you need to add a 'description' field for each file that you upload. I changed...