willmcgugan / codereviews

Free code reviews for open source projects
114 stars 3 forks source link

[Code Review Request] dr_scaffold #4

Closed Abdenasser closed 2 years ago

Abdenasser commented 3 years ago

What is the name of your project?

dr_scaffold on GitHub and dr-scaffold package on PYPI, the name means Django REST Scaffold

What is the repo URL?

https://github.com/Abdenasser/dr_scaffold

Is there anything else I should know about the code?

The code is meant to be used with Django Rest Framework and uses Django management commands to add the new scaffold command.

For development you can copy dr_scaffold/dr_scaffold directly inside your Django project and add it to installed apps.

Are there any areas you would like me to focus on?

Mainly the generators.py which has the core functionality.

Is this your first review?

Technically yes.