modocache / django-generate-scaffold

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

Fixes to support Django 1.6 #32

Open PolCPP opened 10 years ago

PolCPP commented 10 years ago

Should fix the issues with Django 1.6

Haven't managed to run your test suite (i'm missing some django-selenium linking package) but did a manual test with Django 1.6.5 using your blog/blog_post example and it works