-
Notifications
You must be signed in to change notification settings - Fork 37
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
integrate Gittip with Julython #43
Comments
Approved :) |
Thanks, @rmyers! :-D Based on conversation over on rubygems/rubygems.org#500, I'd prefer to go with option 2 above, the explicit opt-in via an additional field on the Julython profile page. |
Yes @whit537 I agree. We are using Django 1.5 for the custom user model so this should be fairly simple to implement.
|
I got Twitter auth working locally. I added a field to the model. I'm looking at migration docs here (yes?): http://south.readthedocs.org/en/latest/migrationstructure.html |
I just did an automatic schema migration:
|
From Also, will want to land these before I make a pull request here: https://github.com/zetaweb/www.gittip.com/issues/464 |
@whit537 looks like you are on the right track. Form for this is |
Thanks so much for picking this up, @rmyers. I really appreciate it. :-) |
There's a couple ways this could be done:
Then I was thinking this would show up on a person page:
Is this something you'd be interested in?
The text was updated successfully, but these errors were encountered: