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

Not compatible with Py3k? #12

Closed ghost closed 7 years ago

ghost commented 8 years ago

I've tried running this on a Python 3 project and I got the following error:

  File "-deleted-/lib/python3.4/site-packages/django_baker/management/commands/bake.py", line 54
    print app_label, model_names
                  ^
SyntaxError: Missing parentheses in call to 'print'

Seems like there is not reason to support Python 2 and Python 3, is this project still in active development? If so I can work on a pull request if desired.

krisfields commented 7 years ago

Fixed.