modocache / django-generate-scaffold

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

Scaffold should generate basic unit/integration tests #4

Open modocache opened 12 years ago

modocache commented 12 years ago

Rails' generate command generates:

Having these examples around makes it a lot easier to pick up on how to write tests, so I'd like the same feature for django-generate-scaffold as well.