krisfields / django-baker

Adds a management command that generates views, forms, urls, admin, and templates based off the contents of models.py
BSD 3-Clause "New" or "Revised" License
389 stars 51 forks source link

Added Python 3 support #3

Closed timonweb closed 9 years ago

timonweb commented 9 years ago

I found two places in code that don't play with Python 3 nicely, so I changed them to be Py 2 and Py 3 compatible.

krisfields commented 9 years ago

Thanks!