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

ImproperlyConfigured at /create/ #11

Closed jonhairston closed 7 years ago

jonhairston commented 8 years ago

Specifying both 'fields' and 'form_class' is not permitted.

After running bake and going to the create view, I get the error mentioned in the title. This is a fresh bake with no modifications to the generated views.py.

However maybe it's left up to the user to decide which to use?

I'm using django 1.8.7

krisfields commented 7 years ago

Sorry for the really long delay. I just fixed this now by commenting out one of them.