You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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#L5The text was updated successfully, but these errors were encountered: