gdoermann / django-chargify

Chargify Wrapper for the Django Framework
GNU General Public License v2.0
21 stars 20 forks source link

Comment regarding def save(save_api=False) #1

Closed jobelenus closed 13 years ago

jobelenus commented 13 years ago

Greg, I was really relieved to see a project out here for chargify. I was hoping to have the user in the django admin to create/update products, etc. However, the save_api is always defaulted to false (except in subscriptions where it checks, and might set it to true). I understand the model defaulting to false, but in admin.py one could have this argument sent as true. Is there a specific design reason you did not go this route?

If I were to present a patch that would send this flag as either False or True in the admin based on a setting, would you accept it? Thanks, hope you had a great holiday (no rest for the weary over here)

jobelenus commented 13 years ago

Actually, nevermind my question! It seems that creating Products via the Admin will never work because of the lack of data structure for Product Family.