Are you perhaps looking for
https://docs.djangoproject.com/en/2.2/ref/settings/#data-upload-max-memory-size
?
On Thursday, 10 October 2019 07:04:31 UTC+2, ajitkumar wrote:
>
> Hi,
>
> can anyone help me how to increase media upload size in django rest api,
>
>
>
>
> Thanks in advance.
>
>
>
I haven't found any restriction on file upload size. Did you experience
errors while uploading?
On Thu, Oct 10, 2019 at 12:04 PM ajitkumar
wrote:
> Hi,
>
> can anyone help me how to increase media upload size in django rest api,
>
>
>
>
> Thanks in advance.
>
>
> --
> You received this message b
Hi,
can anyone help me how to increase media upload size in django rest api,
Thanks in advance.
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-user
For your https problem I recommend a service like localtunnel or ngrok.
On March 5, 2019 11:19:16 AM CST, Sandip Nath wrote:
>i want users to my site to log log in with facebook, twitter, google.
>While
>the development server supports only http fb/twitter/google expects
>https.
to my site to log log in with facebook, twitter, google.
> While the development server supports only http fb/twitter/google expects
> https. What to do?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To un
i want users to my site to log log in with facebook, twitter, google. While
the development server supports only http fb/twitter/google expects https.
What to do?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from
Hi:
I had a problem two days ago, I buid a web site that can authenticate with
twitter. I'm using Django 1.8 and all worked very well, but now it crashed
with 403 Client Error: Forbidden for url:
https://api.twitter.com/oauth/request_token and I don know why. I already
changed all t
Hi there,
Creating a web app like twitter is no easy task especially for someone with
a little idea of Django. So before you attempt to develop a clone of such a
gigantic project you should immense yourself in getting to know Django,
work on some small projects, taking small baby steps *(Don
i have been given a project in our school to create a web app like twitter
with python django and i have only a little ideal of django
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiv
FOLLOW https://twitter.com/VMozghovyi
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com.
To post to this group, send emai
I'm using python-social-auth-django. I' trying to login with Twitter. It
works. But some symbols are added to my nickname. Why is it happening?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this grou
time, the django admin tool should support twitter bootstrap
>> markups and styling. This is the third django project where I've had to
>> deal with custom form widgets because the admin tool supports kind of an
>> outdated layout scheme in the admin template.
>>
&g
On Monday, April 13, 2015 at 3:16:40 PM UTC-7, Patrick Lemiuex wrote:
>
> It's about time, the django admin tool should support twitter bootstrap
> markups and styling. This is the third django project where I've had to
> deal with custom form widgets because the admin to
On Monday, April 13, 2015 at 5:16:40 PM UTC-5, Patrick Lemiuex wrote:
>
> It's about time, the django admin tool should support twitter bootstrap
> markups and styling. This is the third django project where I've had to
> deal with custom form widgets because the admin to
what you are proposing?
On Monday, April 13, 2015 at 6:16:40 PM UTC-4, Patrick Lemiuex wrote:
>
> It's about time, the django admin tool should support twitter bootstrap
> markups and styling. This is the third django project where I've had to
> deal with custom form widgets
It's about time, the django admin tool should support twitter bootstrap
markups and styling. This is the third django project where I've had to
deal with custom form widgets because the admin tool supports kind of an
outdated layout scheme in the admin template.
This also affect
The issue is almost resolved. The only problem now I am facing is when I
include login function which provides form with csrf token. The bootstrap
modal forms dissappear immediately after is comes on screen. If I do not
include this url using data-remote option the modal comes. But without csrf
i am using attribute to call modal popup. Should I use JS and try. I would
give a try and let you know.
Thanks in advance,
Sarfaraz Ahmed
On Sat, Jun 28, 2014 at 6:09 AM, Mario Gudelj
wrote:
> Sounds like you have a js issue now. Have a look inside chrome console for
> any errors and fix them.
Sounds like you have a js issue now. Have a look inside chrome console for
any errors and fix them. Modal not coming up wouldn't be a django issue.
On 28/06/2014 5:41 am, "sarfaraz ahmed" wrote:
> Hello,
>
> You were absolutely right.. the function was wrong. Please help me sort
> out that.. as t
Hello,
You were absolutely right.. the function was wrong. Please help me sort out
that.. as this your suggestion took me one step close to fix this issue.
Now the scenario is like this
*views.py *has this function to render my login.html
--
@csrf_protect
d
Hello Roman,
Thanks for response. Tried what you suggested me. The modal does not even
pop up if I used the code mentioned in your reply.
Regards,
Sarfaraz Ahmed
On Fri, Jun 27, 2014 at 12:09 PM, Roman Klesel
wrote:
> I think the view function is wrong.
>
> This should do:
>
> from django.vie
I think the view function is wrong.
This should do:
from django.views.decorators.csrf import csrf_protect
from django.shortcuts impor render
@csrf_protect
def login(request):
return render(request, 'login.html')
2014-06-27 6:03 GMT+02:00 sarfaraz ahmed :
> Hello
>
> I am new to django I am
Hello
I am new to django I am trying to use modal (bootstrap) for embed by login
form. I am using the following error. I have mentioned my code below and
tried lot of googling... still no use.
Help
Reason given for failure:
CSRF token missing or incorrect.
Here is code in view.py
t;>
>>> im new to django, and i am working on a project, a selling and buying
>>> website, where a user can post about a product that he/she wants to sell,
>>> and my part right now is sharing posts from the site with facebook, and
>>> twitter. i was wondering
t that he/she wants to sell,
>> and my part right now is sharing posts from the site with facebook, and
>> twitter. i was wondering how to test such a thing, like unit testing,
>> knowing that i implemented front end only, just an HTML file.
>> and i have another question, ho
rom the site with facebook, and
> twitter. i was wondering how to test such a thing, like unit testing,
> knowing that i implemented front end only, just an HTML file.
> and i have another question, how can i take a post url, and make it the
> link to be shared with facebook/twitter,
I created a Twitter bot that tweets the title and provides links to
messages posted in the Django Announce Google Group (Django release
announcements for example). If anyone is interested you can see it
here:
http://twitter.com/djangoannounce
Feel free to give me feedback, or point out bugs
Hello Pankaj,
This is much of a help from you. Thank you very much for you help.
Regards,
- sameer oak.
On Wed, Jan 23, 2013 at 7:07 PM, Pankaj Singh wrote:
> Hey Sameer,
>
> Django gives you complete freedom for choosing client side libraries.
> You can easily use twitter-
Hey Sameer,
Django gives you complete freedom for choosing client side libraries.
You can easily use twitter-bootstrap in django templates. There are
many libraries written using django and bootstrap to create beautiful
forms. Here are some example -
1. http://django-crispy-forms.readthedocs.org
Hello Vincent,
I'm also a new comer to the web-2.0 world. After almost 12+ years of
experience in developing enterprise level products in pure C on Linux and a
lot of bash shell scripting, I thought I'd start something new. So I left
job, 25-Jan-2013 being the last day.
It's better late than ne
Hello,
I am new to web development and python and django was my immediate choice
to start with. I am in a process of developing a moderated traffic portal.
Coming straight to the query, can I design my web pages using
twitter-bootstrap and django framework in the back-end?
Kindly help
o-users/-/hRg6yZPq6QkJ.
>> To post to this group, send email to django...@googlegroups.com
>> .
>> To unsubscribe from this group, send email to
>> django-users...@googlegroups.com .
>> For more options, visit this group at
>> http://groups.google.com/group/django-us
email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
--
- Aziz M. Bookwala
Website <http://azizmb.in/> | Twitter <https://twitter.com/azizbookwala> |
Github <http://github.com/
Been thru the Django manual, bootstrap website instructions and other
resources a few times so have working understanding of MVC structure.
However, the incorporation of bootstrap throwing me off a little. Working
on a ecommerce idea, for now plan is to create homepage (using bootstrap)
as a
It seems like there is a problem with your twitter app configuration, most
probably the website url and the callback url. Make sure you are specifying
the Urls in /etc/hosts on your local server and the consumer key and secret
are correct. If you still face any problems, follow my step by step
I've never used allauth.
I build an app with login via twitter using django-social-auth instead.
I just follow the doc steps.
If you'd like to see the code [1]
[1] -
https://github.com/znc-sistemas/python-people/commit/caf37acc0be9530de1c3a43aa5a525ccba266519
gi
ncelled/$', login_cancelled,
> name='socialaccount_login_cancelled'),
> url('^login/error/$', login_error, name='socialaccount_login_error'),
> )
2. Updated TEMPLATE_CONTEXT_DIRS, TEMPLATE_CONTEXT_PROCESSORS,
AUTHENTICATION_BACKENDS and INSTALLED_APPS. Also
On Wed, Apr 4, 2012 at 8:13 PM, Randa Hisham wrote:
> hey
> iam looking for django app that working with twitter stream api,any
> recommends?
>
Hello i recommend you use
https://dev.twitter.com/docs/twitter-libraries#python and integrate with
you django project.
Regards,
>
hey
iam looking for django app that working with twitter stream api,any
recommends?
--
Randa Hesham
Software Developer
Twitter:@ro0oraa <http://twitter.com/#%21/ro0oraa>
FaceBook:Randa Hisham <http://www.facebook.com/Ro0oraaa>
ٍ
--
You received this message because you are subsc
Hi,
https://twitter.com/status/user_timeline/.json
This would get you latest public tweets as json. This was good enough for
my application. See if that helps.
If you need twitter authentication and more features, you can use tweepy.
Thanks,
Anoop Thomas Mathew
atm
___
Life is short, Live it
Hi Randa,
I have used tweepy. Its easy to use.
doc link: http://packages.python.org/tweepy/html/
On Mar 21, 7:00 pm, Randa Hisham wrote:
> hey
> iam going to make an app that read the timeline of a user from twitter what
> django package do you recommend?
>
> --
> Randa
hey
iam going to make an app that read the timeline of a user from twitter what
django package do you recommend?
--
Randa Hesham
Software Developer
Twitter:@ro0oraa <http://twitter.com/#%21/ro0oraa>
FaceBook:Randa Hisham <http://www.facebook.com/Ro0oraaa>
ٍ
--
You received
Hello coded kid,
On Friday, March 16, 2012 2:30:06 AM UTC-7, coded kid wrote:
Hi guys, does anyone know about a good django package for twitter
> authorization? I tried using omab/django social auth, but the twitter
> authorization is not working for me.
Are you interested in
Hi guys, does anyone know about a good django package for twitter
authorization? I tried using omab/django social auth, but the twitter
authorization is not working for me.
Would love to hear your opinion! Thanks!
--
You received this message because you are subscribed to the Google Groups
Check out this little tool: http://pypi.python.org/pypi/django-widget-tweaks
Here's how I use it:
https://github.com/oinopion/twitz/blob/master/templates/statuses/_status_update_form.html
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view
See this example:
https://github.com/ebertti/django-registration-bootstrap
have a example using django-registration
On Mon, Dec 12, 2011 at 07:37, Lukas Vinclav wrote:
> Hi,
>
> I am using Twitter Bootstrap in Django for a long time. Here are
> directions how to achieve correct r
Hi,
I am using Twitter Bootstrap in Django for a long time. Here are directions how
to achieve correct result.
1. Create new file for displaying forms in templates directory(e.g. forms.html)
2. In forms.html write the form displaying logic. This is just an example. You
have to set bootstrap
Hi,
I'm attempting to use Django forms with Twitter's CSS library Bootstrap
(http://twitter.github.com/bootstrap/):
The default form outputted by {{ form.as_p }} doesn't seem to be enough to
be formatted nicely with Bootstrap.
You need to add a , as well as class="control-label" to each
.
So
nk django-oauth is
useful to create oauth providers; for consumers (like the one he's
trying to build) he needs a client. For that, I found python-oauth2 at
https://github.com/simplegeo/python-oauth2; the readme there has even
an example of authenticating a django app with twitter.
--
Gianluc
You are kidding, right?
https://bitbucket.org/david/django-oauth-plus/wiki/Home
I appreciate you are a total beginner, but come on, get your hands dirty! :)
Cal
On Mon, Sep 26, 2011 at 6:13 PM, Guido wrote:
> Hey all,
>
> I want to build a website where users log in with thei
Hey all,
I want to build a website where users log in with their twitter
account like you see a lot on the internet.
I read some things about OAuth 2.0 etc. but don't understand any of
those docs.
I am a total beginner (I just got the poll application to work) and
have never build a site
nting some consolidated info about
it, ping me.
Now I am curious to know if anyone out there in the Django community
uses Twitter or has a Blog.
If so, please Tweet me your blog @ljayadams.
--
You received this message because you are subscribed to the Google Groups
"Django users" gr
Hi,
Can you give me a hint on some model schema that can optimally
store a big social graph (follow/following type).
Tx
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To u
For Twitter, https://github.com/joshthecoder/tweepy does the trick for me.
On Thu, Mar 3, 2011 at 9:51 PM, guyf wrote:
>
>
> On Mar 2, 4:28 pm, Rodrigo Cea wrote:
>> I am developing a site that I want to link with Facebook and Twitter.
>>
>> So as to not reinvent the
On Mar 2, 4:28 pm, Rodrigo Cea wrote:
> I am developing a site that I want to link with Facebook and Twitter.
>
> So as to not reinvent the wheel, I'm looking for apps or snippets that can
> help with this, specifically:
>
> 1) allow users to register and login wit
On 2 Mar, 18:30, Jason Culverhouse wrote:
> On Mar 2, 2011, at 8:28 AM, Rodrigo Cea wrote:
>
> > I am developing a site that I want to link with Facebook and Twitter.
>
> https://github.com/flashingpumpkin/django-socialregistration(note the forks)
>
Personally I like djan
On Mar 2, 2011, at 8:28 AM, Rodrigo Cea wrote:
> I am developing a site that I want to link with Facebook and Twitter.
>
> So as to not reinvent the wheel, I'm looking for apps or snippets that can
> help with this, specifically:
>
> 1) allow users to register and lo
I am developing a site that I want to link with Facebook and Twitter.
So as to not reinvent the wheel, I'm looking for apps or snippets that can
help with this, specifically:
1) allow users to register and login with their Facebook and/or Twitter
accounts.
2) Have these accounts be link
>
> On Sep 4, 1:16 am, Bill Freeman wrote:
>> No. I'm not actually using twitter anywhere. I just remember the
>> email saying that the API changed on Tuesday, so I'm not surprised if
>> things that worked before are broken now.
>>
>> On Fri, Sep
Hi All,
Now I am getting 'Cannot send request' exception.
Exception Location: /usr/lib/python2.6/httplib.py in putrequest, line
802
Some problem with httplib. Any ideas?
thanks
ashwin
On Sep 4, 1:16 am, Bill Freeman wrote:
> No. I'm not actually using twitter anywhere
No. I'm not actually using twitter anywhere. I just remember the
email saying that the API changed on Tuesday, so I'm not surprised if
things that worked before are broken now.
On Fri, Sep 3, 2010 at 10:26 AM, ashwin morey wrote:
> Hi Bill,
>
> Did you try using django-t
Hi Bill,
Did you try using django-twitter-oauth
http://github.com/henriklied/django-twitter-oauth#readme?
I got the error while using this app.
thanks
ashy
On Fri, Sep 3, 2010 at 7:46 PM, Bill Freeman wrote:
> There was an email from twitter to it's users, yesterday or the da
There was an email from twitter to it's users, yesterday or the day before,
saying that they've changed their auth API. I think it was a change to
requiring OAUTH, but you may want to check whether port or SSL changes
have occurred.
On Fri, Sep 3, 2010 at 10:08 AM, ashy wrote:
>
Hi All,
I am using django-twitter-oauth app in my project, but I am getting
the following error while trying to connect to twitter.com.
Exception Value:(111, 'Connection refused')
Exception Location: /usr/lib/python2.6/socket.py in
create_connection, line
I wanted to second my thumbs up for oauth2. It's working for my site
as well.
I'm using http://github.com/simplegeo/python-oauth2 specifically
(though the official Twitter library page mentions that the "brosner
fork" should be the one to use, which is forked from the one I
Hi, for those using OAuth for a Twitter-based app, I'm wondering what
page you take the User after they click on a "logout" link.
Do you take them to a simple login page where you simply display the
standard Twitter-brand "Log in with Twitter" image button?
If they
Hi Adam,
OAuth2 works for me. You can use it in any of your python projects.
Best regards,
Alex
On Wed, Apr 28, 2010 at 5:33 AM, adamjamesdrew wrote:
> Hi has anyone found a good twitter oauth library for django?
>
> --
> You received this message because you are subscribed t
Hi has anyone found a good twitter oauth library for django?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to
dj
I solved it making this context_processor.py:
import datetime
import time
from django.conf import settings
from django.core.cache import cache
import twitter
def latest_tweet( request ):
tweet = cache.get( 'tweet' )
if tweet:
return {"tweet":
I am using python-twitter on my site. I have a problem when the
Twitter site is down. This results in an error message. I did not
found out if the users gets an error message or not. To use Twitter on
my site I have this context_processors.py
import datetime
import time
from django.conf import
HI
I have a django application running on app engine and I want to add a
twitter login to my application.
Do you have a good links how to do that. I already registered my app
in twitter.
Just don't know how to do login/logout buttons.
Thanks, Arshavski Alexander
--
You received this me
+ (
"wieskamp.verkoop.context_processors.latest_tweet",
)
TWITTER_USER = "username"
TWITTER_TIMEOUT = 3600
This context_processor:
import datetime
import time
from django.conf import settings
from django.core.cache import cache
import twitter
def latest_tweet( request ):
tweet = cache.get( 't
rt, 22:13, "het.oosten" wrote:
>
> > I am getting somewhere now:
>
> > import datetime
> > import time
> > import twitter
>
> > tweet = twitter.Api().GetUserTimeline('username', count=3)
> > for s in tweet:
> > s.
I forgot to mention that my desired output of the date is:
2010-02-22 20:46:03
On 8 mrt, 22:13, "het.oosten" wrote:
> I am getting somewhere now:
>
> import datetime
> import time
> import twitter
>
> tweet = twitter.Api().GetUserTimeline('username', co
I am getting somewhere now:
import datetime
import time
import twitter
tweet = twitter.Api().GetUserTimeline('username', count=3)
for s in tweet:
s.date = datetime.datetime(*(time.strptime( s.created_at,"%a
%b %d %H:%M:%S + %Y" )[0:6]))
print [x.text for x in
a tutorial which
> > a found
> > here:http://www.omh.cc/blog/2008/aug/4/adding-your-twitter-status-django-s...
>
> > The problem is that i want to modify the date output when i retrieve
> > multiple tweets. The example above is written for retrieving only one
> > most recent
On Mar 7, 9:57 pm, "het.oosten" wrote:
> I am almost done implementing tweets on my site using a tutorial which
> a found
> here:http://www.omh.cc/blog/2008/aug/4/adding-your-twitter-status-django-s...
>
> The problem is that i want to modify the date output when i r
I am almost done implementing tweets on my site using a tutorial which
a found here:
http://www.omh.cc/blog/2008/aug/4/adding-your-twitter-status-django-site/
The problem is that i want to modify the date output when i retrieve
multiple tweets. The example above is written for retrieving only one
where will the cookie reside?
it's not the users side since all oauth communication is between me and
twitter.
I could try to keep the secret or both(secret and token) in the session ,
but is there a different session for each user.
is a django session defined for each connection t
On Tue, Jan 5, 2010 at 8:29 AM, hackndoes wrote:
> I am using the oauth-python-twitter from google code to establish
> oauth authentication with twitter from my django app.
> I don't use django oauth application as part of my solution cause i
> have no need, i only need a thi
I am using the oauth-python-twitter from google code to establish
oauth authentication with twitter from my django app.
I don't use django oauth application as part of my solution cause i
have no need, i only need a thin use of oauth to make a user of my app
a follower of my twitter account.
I am using http://code.google.com/p/python-twitter/ on my own Django
website, works like a charm. Are you sure you are using the API
correctly?
api.PostUpdate(username, password, 'I love python-twitter!')
By the way, updating a tweet is impossible, as Twitter doesn't support
that.
On Dec 27, 2009, at 1:15 PM, Mario wrote:
> As I pointed out in
> my early email, I want to create/update/delete a twitt in django in
> lieu of the Twitter front-end.
Every reasonable Twitter API I know of (including the Python ones)
allow the full range of Twitter operations,
Thank you for you suggestions. Btw, I created a mocked-up app and was
testing the functionality of the python-twitter. I read the docs as
posted at http://media.jesselegg.com/syncr/syncr.app.tweet.html.
I did a small unit testing and could see the results immediately, but
I could not create or
On Dec 27, 2009, at 12:31 PM, Mario wrote:
> Thank you for replying. Yes, I reviewed python twitter API, but the
> model or the app is designed to pull down the "twitt". I would like to
> upload a twitt via Django in lieu of using the Twitter front-end. Any
> thoughts or sug
> Is there a Twitter API that would allow me to update a Twitt via
> Django? If so would you be kind enough to send me the link?
I've used Twyt[1] for both command-line posting and for API usage. It's
all pure python and AFAIK doesn't have any dependencies outside of
Christophe,
Thank you for replying. Yes, I reviewed python twitter API, but the
model or the app is designed to pull down the "twitt". I would like to
upload a twitt via Django in lieu of using the Twitter front-end. Any
thoughts or suggestions?
_Mario
On Dec 27, 3:26 pm, Christo
2009/12/27 Christophe Pettus
>
> On Dec 27, 2009, at 12:24 PM, Mario wrote:
> > Is there a Twitter API that would allow me to update a Twitt via
> > Django? If so would you be kind enough to send me the link?
>
> Not meaning to be too terribly sarcastic, but have you
http://code.google.com/p/python-twitter/
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to
django-user
Sorry.. scrobble is Last.fm, LOL
:D
2009/12/27 Carlos Ricardo Santos
> You have python-twitter and pyscrobble.
>
>
> 2009/12/27 Mario
>
> Good afternoon,
>>
>> Is there a Twitter API that would allow me to update a Twitt via
>> Django? If so would yo
On Dec 27, 2009, at 12:24 PM, Mario wrote:
> Is there a Twitter API that would allow me to update a Twitt via
> Django? If so would you be kind enough to send me the link?
Not meaning to be too terribly sarcastic, but have you tried using
Google to search for "python twitter
You have python-twitter and pyscrobble.
2009/12/27 Mario
> Good afternoon,
>
> Is there a Twitter API that would allow me to update a Twitt via
> Django? If so would you be kind enough to send me the link?
>
> _Mario
>
> --
>
> You received this message bec
Good afternoon,
Is there a Twitter API that would allow me to update a Twitt via
Django? If so would you be kind enough to send me the link?
_Mario
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email
3, 2009 at 9:54 AM, simba wrote:
>
> > > I am looking for hosting that supports both of the above library. i
> > > have no idea on how to have these two libraries on shared hosting.
> > > Please Help!!
>
> > I've got python-twitter installed on my webfa
elp!!
> >
>
> I've got python-twitter installed on my webfaction account. I'm sure
> it would be no trouble at all to install PyFacebook as well.
Right, those are just libraries that provide API access over the
existing HTTP connection. If python hosting is enabled then
On Sun, Sep 13, 2009 at 9:54 AM, simba wrote:
>
> I am looking for hosting that supports both of the above library. i
> have no idea on how to have these two libraries on shared hosting.
> Please Help!!
>
I've got python-twitter installed on my webfaction account. I
I am looking for hosting that supports both of the above library. i
have no idea on how to have these two libraries on shared hosting.
Please Help!!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" grou
end a tweet on twitter. Just now I have had some
> ugly timeout crashes since twitter was not responding and my saves were
> getting b0rked. How does one get around that?
> --
> regards
> kghttp://lawgon.livejournal.com
--~--~-~--~~~---~--~~
You received
hi,
I use a post_save signal to send a tweet on twitter. Just now I have had some
ugly timeout crashes since twitter was not responding and my saves were
getting b0rked. How does one get around that?
--
regards
kg
http://lawgon.livejournal.com
On Wednesday 01 July 2009 09:01:58 David Zhou wrote:
> On Tue, Jun 30, 2009 at 11:21 PM, Kenneth Gonsalves
>
> wrote:
> > has anyone succeeded in marrying django to twitter - that is broadcasting
> > updates in the django db to twitter? I did see one post on the subject in
1 - 100 of 115 matches
Mail list logo