#Are there any Rails like generators for Django?

1 messages · Page 1 of 1 (latest)

frigid sail
hidden tartan
hidden tartan
fervent fable
#

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.

hidden tartan
#

for the last year or so I've been working on a project that was created by cookiecutter-django, and I'm impressed; that took care of a lot of details that I bet would have taken weeks to iron out if they'd been done "by hand"

#

Celery in particular