falcopackages / falco-cli

Enhance your Django developer experience: CLI and Guides for the Modern Django Developer.
https://falco.oluwatobi.dev/
Other
365 stars 17 forks source link

crud - better list objects variable name #74

Closed Tobi-De closed 8 months ago

Tobi-De commented 8 months ago

use the app_name for the list objects variable name when the entry-point value is set, for example if the app_name is categories, and crud is generated using the entry-point option, use the app_name categories instead of doing categorys for the list object variables

on that note, plural for words ending with y should be easy to guess, implement that.