ReadMost

Results 4 issues of ReadMost

Your code does not consider abstract=True models. In the case when one model inherits from an abstract model its name will have duplicated prefixes as foo_foo_model_name.

### Have you checked our README? - [X] I have checked the README ### Is there already an issue for your problem? - [X] I have checked older issues, open...

help wanted
more information needed

django>2.1 python=3.7 It gives error of 'ImportError: No module named 'django.core.urlresolvers' for these version of django and python3. This change solve the problem

I want to update schema depending on separate field of model (e.g. "kind"). So there is a two main logic how to upload schema dynamically: 1. when there is a...

bug