Re: Skip upload of existing S3 Object

2017-11-27 Thread palansh agarwal
Hi Chris, Were you able to solve this? I am in a similar situation. On Sunday, January 1, 2012 at 4:55:07 PM UTC+5:30, Chris Hasenpflug wrote: > > I have a model with an ImageField and am using django-storages > S3BotoStorage backend. To reduce load on the server, I'm using > Amazon's S3 Browser

Re: Login using social network

2016-11-19 Thread palansh agarwal
Hey, You can use a third party app like `django allauth` which beautifully handles above requirements. Cheers, *Palansh Agarwal | +918239026608 <http://+918239026608>|+919461787317 <http://+919461787317/>* *Co-Founder and CTO at EventGraphia Pvt. Ltd. <http://eventgraphia.com/&

Re: Celery task output

2016-08-24 Thread palansh agarwal
ery Regards, *Palansh Agarwal | +918239026608 <http://+918239026608>|+919461787317 <http://+919461787317/>* *http://www.palanshagarwal.com/ <http://www.palanshagarwal.com/>* *Co-Founder and CTO at EventGraphia Pvt. Ltd. <http://eventgraphia.com/>* [image: https://www.facebook.

Errors in runserver command: Django 1.9.6

2016-05-28 Thread palansh agarwal
.split(' ',1)[0], self.bytes_sent > AttributeError: 'NoneType' object has no attribute 'split' > > Any hep would be appreciated. Thanks Palansh Agarwal -- You received this message because you are subscribed to the Google Groups "Django users" gr

Re: RuntimeError: maximum recursion depth exceeded in cmp

2016-01-28 Thread palansh agarwal
Hey, You may try to re-factor your code and turn it into an iterative one. If that's not possible, try the following: import sys > sys.setrecursionlimit(n) > Increase "n" as per your need. Regards, *Palansh Agarwal | +918239026608 <http://+918239026608>|+9194617

Re: Logout implementation Django

2015-10-14 Thread palansh agarwal
Thank you. The problem with the cache thing. Now resolved. *Palansh Agarwal | +919461787317 <http://+919461787317/>* *Co-Founder*, Team Lead IDC, *GoMobileFirst, USA* *Systems/Software Dev Intern*, Instaroid <http://instaroid.sg/> , *Bangkok, Thailand* Pre Final Year, B.Tech The LNM

Logout implementation Django

2015-10-14 Thread palansh agarwal
Hi, I am trying to implement logout for users in my app. My problem is : When a user logs out and clicks back button in browser he is able to access the website again without logging in. My current code for logout function is--> def logout_user(request): > del request.session['userid'] >

Re: Interaction of Python Code with Django.

2015-05-13 Thread palansh agarwal
ntro/tutorial03/ > under > Write views that actually do something > and you have worked out views.py > > Regards, > Subhabrata Banerjee. > > > On Wednesday, May 13, 2015 at 3:13:54 PM UTC+5:30, palansh agarwal wrote: >> >> Hello, >> I suggest you go t

Re: Interaction of Python Code with Django.

2015-05-13 Thread palansh agarwal
t. > > Thanks Gergely, I am trying to check pexpect. > > Regards, > Subhabrata Banerjee. > > On Tuesday, May 12, 2015 at 8:36:32 PM UTC+5:30, palansh agarwal wrote: >> >> Hi, >> https://github.com/py-geek/Startup-job-search >> look at the code in this repo

Re: Interaction of Python Code with Django.

2015-05-12 Thread palansh agarwal
go-users/10699b8a-3e40-42e6-a131-85d78e55a5ec%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/10699b8a-3e40-42e6-a131-85d78e55a5ec%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -

JSON data

2015-05-06 Thread palansh agarwal
Hello, I am making a django app in which I require to read json data from an external API and display data, But it's working very slowly. Any suggestions to speed up the process will be appreciated. Regards, -- PALANSH AGARWAL Y13UC185 Computer Science Engineering 2nd Year The LNM Institu