modocache / django-generate-scaffold

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

Use tox to run tests in multiple Python and Django environments #23

Open modocache opened 12 years ago

modocache commented 12 years ago

Test using multiple environments in order to prevent issues like #22. See: http://alexgaynor.net/2010/dec/17/getting-most-out-tox/

modocache commented 11 years ago