-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
Description
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
edi-monefy