modocache / django-generate-scaffold

Generate a Django model, views, URLconf, and templates using a single command.
139 stars 39 forks source link

Fix/help option command #38

Closed SawaTszm closed 1 year ago

SawaTszm commented 1 year ago

@modocache Hi, first of all I'd like to thank you for the nice feature. This is a realization of what I was hoping to have.

I am very interested in modifying this to work in modern environments (Python 3.11, Django 4.1). However, as this would be a very large migration, I have first modified the command to only work with the help option of the command. Although it looks like a big change due to the formatter, all I did was fix a syntax that is not supported in the current version and fix the module import.

If you think this PR is an opportunity for good change, I'd like to try to continue maintaining it so that the actual commands work. (If you find it difficult to keep up with checking maintenance, it would be great if you could let me know).

Sorry for the length, thanks for reading this far!

modocache commented 1 year ago

Hi @SawaTszm!

If you find it difficult to keep up with checking maintenance, it would be great if you could let me know.

Yes, this is the case. I'd be happy to add you as an owner of this repository, so you'd be free to commit what you wish, and accept other pull requests. Or, if you'd prefer, you may fork this repository and work on your own, or create an entirely new repository of your own. What do you think?

SawaTszm commented 1 year ago

@modocache

I'd be happy to add you as an owner of this repository, so you'd be free to commit what you wish, and accept other pull requests. Or, if you'd prefer, you may fork this repository and work on your own, or create an entirely new repository of your own. What do you think?

Thanks for your reply! If it is a good option for you too, I will create my own new repository. When I finish my work and publish it, is it OK to include a link to this repository as a one of reference in the README file etc.?

modocache commented 1 year ago

Sure, no problem! But you'll have to send me a pull request adding a link to your repository, and I'll merge it.

SawaTszm commented 1 year ago

I understand. Thank you for confirming this PR comment! I will send you a PR to add link when it is completed.

I'll close this PR.