drf-generators
drf-generators copied to clipboard
Add ability to use custom templates
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 management command for a base package name.
Easiest way to do this is probably to inject global names into the generators
module for the imports here: https://github.com/Brobin/drf-generators/blob/master/drf_generators/generators.py#L5