drf-generators
drf-generators copied to clipboard
:triangular_ruler: Generate Views, Serializers, and Urls for your Django Rest Framework application
Please make available for Django 4. (Latest Versions)
Hello there - I just found this AMAZING repo and it works wonders of initializing a pretty comprehensive start for a fully covering api! I have quite a few models...
Hi, I have added support for ppc64le build on travis-ci in the branch . The travis-ci build log can be tracked on the link :https://travis-ci.com/github/sanjaymsh/drf-generators/builds/187429863 . I believe it is...
I have a well-established Django app with its `models.py` and other bits in an app called `schema`. I started developing an API in a different app called `api` but didn't...
Instead of writing / overwriting a file, I would like an option to print to stdout. It would let the user decide to pipe the output to another file, or...
It'd be handy to be able to specify custom templates on a per project basis without forking the entirety of `drf-generators`. Basically, I'm thinking a command line option on the...
This may be just an edge case for myself, but I have added [django-simple-history](https://github.com/treyhunner/django-simple-history) to my project to track changes made to instances of my models, and use that in...
This probably needs more work (tests or whatever), and perhaps there's a cleaner approach, but it suits my purposes and didn't eat my lunch. Refs #22. Adds `--template` / `-t`...