google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

Twitter Integration... #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This code adds another tab in the "account" panel with the name "Other
Services", right now it only has Twitter, users can authenticate their
twitter accounts with their Pinax profiles and then they'll be able to push
tweets when posted to pinax to Twitter...

There'll also be a twitter 'puller' to get twitter from user's twitter
profile, but it's not yet ready...

i'm using dpaste for the code because i've edited many files....

#code
======
http://dpaste.com/hold/65527/    goes to    /account/urls.py

http://dpaste.com/hold/65528/    goes to    /account/forms.py

http://dpaste.com/hold/65529/    goes to    /account/views.py

http://dpaste.com/hold/65530/    goes to    /zwitschern/views.py 

#templates
===========

http://dpaste.com/hold/65531/     goes to  
/templates/account/other_services.html

http://dpaste.com/hold/65532/     goes to   /templates/account/base.html

http://dpaste.com/hold/65533/     goes to   /templates/zwitschern/personal.html

i think that's it :)

Original issue reported on code.google.com by BeshrKay...@gmail.com on 17 Jul 2008 at 8:33

GoogleCodeExporter commented 9 years ago
http://dpaste.com/hold/65537/    the fixed /zwitschern/views.py

Original comment by BeshrKay...@gmail.com on 17 Jul 2008 at 8:50

Attachments:

GoogleCodeExporter commented 9 years ago
http://dpaste.com/hold/65541/     the fixed   /account/forms.py

http://dpaste.com/hold/65542/     the fixed   /account/views.py

http://dpaste.com/hold/65543/     the fixed   /zwitschern/views.py

thanks to Ognajd :)

Original comment by BeshrKay...@gmail.com on 17 Jul 2008 at 9:09

Attachments:

GoogleCodeExporter commented 9 years ago
Why is this patch patching locale? I understand that it is related in the fact 
you have added more strings and files 
are updated, but it shouldn't be amongst this patch. Otherwise for the most 
this patch looks good. There is some 
stylistic problems, but those can be worked out prior to committing.

Original comment by bros...@gmail.com on 19 Jul 2008 at 10:27

GoogleCodeExporter commented 9 years ago
(In r615) Fixed issue #25 -- Added twitter integration when posting tweets in 
zwitschern. Huge thanks goes to 
BeshrKayali and Ognajd for working on the patch.

Original comment by bros...@gmail.com on 21 Jul 2008 at 6:18