Rails has a generator https://guides.rubyonrails.org/command_line.html#bin-rails-generate which can do scaffolding. Is there anything similar for Django?
#Are there any Rails like generators for Django?
1 messages · Page 1 of 1 (latest)
or go to https://djangopackages.org/categories/apps/ and type "start" into the search box
While I'm not quite familiar with rails, I vaguely recall a long long time ago one of the django founders said that the reason django doesn't need scaffolders is due to the minuscule effort needed to get the scaffolded content created manually.
While that's only specific to the core of django, you'll definitely find some packages in the site that offby1 mentioned.