django-rest-api-generator
django-rest-api-generator copied to clipboard
Bug
Thank you for submitting this!
This happens because all app and project names are converted to "snake_case", so in this scenario both project name and app name are choice_reservations
. So, app and project are trying to write to the same directory.
There needs to be a check for app and project names, I will try to look at it soon.