-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still active? #2
Comments
Hi Andy. This sounds like a great use case! Probably the biggest issue with django-wham at the moment is that it hasn't been updated to Django 1.7+. Unfortunately this might be a difficult upgrade, as the I haven't had a chance to do the upgrade, and I'm no longer using django-wham on any projects. I don't think I'll find time to do the upgrade, but if you're interested in giving it a go, I'll be happy to answer any questions you might have. Messing with model._meta to get this to work can be a bit hairy, but it's also kinda fun - you have to get pretty intimate with how the django ORM works, if that interests you! There's much better documentation on model meta these days, which helps: https://docs.djangoproject.com/en/1.10/ref/models/meta/. |
Thanks for the reply. For my immediate need I went with using slumber (a very different tool but it solved the broad issue of giving me a less verbose and more Pythonic way to work with an API). I also looked at tapioca-wrapper which has some similar benefits. I might be tempted to look at wham again at some point. Do you know if many projects ended up using wham in production? |
Hello i can't find field one to one for primiry key? Can u help me? |
I thought django-wham was a great idea. I am about to integrate with justgiving and I wondered if the project was still active?
The text was updated successfully, but these errors were encountered: