drf-generators icon indicating copy to clipboard operation
drf-generators copied to clipboard

Add support for generating an API from a different app

Open djjudas21 opened this issue 5 years ago • 0 comments

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 get far. Then I discovered this amazing project! Is there a way to make it write out the generated API files in a different app from the source app? Thanks

djjudas21 avatar Feb 10 '21 21:02 djjudas21