Re: plz help me i have checked many time but i could not find error place.....

2013-02-06 Thread Jaimin Patel
Do you see polls_poll table in your database? How does your db settings looks? On Wednesday, February 6, 2013 9:02:53 AM UTC-5, Avnesh Shakya wrote: > > ya i have executed python manage.py syncdb...but still it's giving > error... > > On Wed, Feb 6, 2013 at 7:01 PM, Thomas Weholt > > >

django generate pdf with tables and charts

2013-02-10 Thread Jaimin Patel
I am trying to generate pdf using django template, also need some support of javascript code. I have tried PISA, ReportLib and wkhtmltopdf but it seems that it doesn't wait for Javascript. Can someone suggest good solution or example? -- You received this message because you are subscribed to

Re: django generate pdf with tables and charts

2013-02-14 Thread Jaimin Patel
m populating with help of onload javascript function. On Wednesday, February 13, 2013 10:45:40 PM UTC-5, ovnicraft wrote: > > > > > On Sun, Feb 10, 2013 at 11:10 AM, Jaimin Patel > > > wrote: > >> I am trying to generate pdf using django template, also need some support &

Re: django generate pdf with tables and charts

2013-02-14 Thread Jaimin Patel
't render the elements which I am populating with help of onload javascript function. On Wednesday, February 13, 2013 10:45:40 PM UTC-5, ovnicraft wrote: > > > > > On Sun, Feb 10, 2013 at 11:10 AM, Jaimin Patel > > > wrote: > >> I am trying to generate pdf u

Re: I want to check for new orders in the background?

2013-03-05 Thread Jaimin Patel
Take a look at django-notifications app - https://github.com/pinax/django-notification I think it should be able to help you. you can check the example of it on this SO thread - http://stackoverflow.com/questions/1609775/how-do-i-display-notifications-from-django-notification On Tuesday, Marc

Django payment gateway with subscription management

2013-03-05 Thread Jaimin Patel
Hello, We are evaluating different payment gateways for subscription management for one of the app which requires the subscription based model (monthly, 6 months, year). I checked different packages available here - https://www.djangopackages.com/grids/g/payment-processing/ Though I am confu

Re: Django payment gateway with subscription management

2013-03-05 Thread Jaimin Patel
ies they've > rolled out to). > > > On Tue, Mar 5, 2013 at 3:34 PM, Jaimin Patel > > wrote: > >> Hello, >> >> We are evaluating different payment gateways for subscription management >> for one of the app which requires the subscription based mo

cannot find unique constraint on easy_thumbnails_thumbnails while running jenkins

2013-03-08 Thread Jaimin Patel
I am running into below error while running jenkins for my django project - File "/Library/Python/2.7/site-packages/easy_thumbnails/migrations/0015_auto__del_unique_thumbnail_name_storage_hash__add_unique_thumbnail_sou.py", line 12, in forwards db.delete_unique('easy_thumbnails_thumbnail',

Re: cannot find unique constraint on easy_thumbnails_thumbnails while running jenkins

2013-03-08 Thread Jaimin Patel
...EE.EE.EEE...EE...EEE..EE..E...EE..E.EEE..EE.F. and it keeps going.. what does it mean? Is this got stuck somewhere? On Friday, March 8, 2013 1:28:19 PM UTC-5, Jaimin Patel wrote: > > > I am running into b

Re: How to display large data by scrolling html page using python and django?

2013-03-11 Thread Jaimin Patel
What control you are using to display? What do you mean by you want to show all data using scrolling? Is your query restricting top 20 records only, and you want to override that to get more? On Monday, March 11, 2013 12:41:05 AM UTC-4, Avnesh Shakya wrote: > > hi, > i have stored data in d

Re: How to display large data by scrolling html page using python and django?

2013-03-11 Thread Jaimin Patel
s of data from database..Actually i want to display 25 > rows of data after that i want show 25 rows of data,that time last 20 rows > should be flushed by scrolling and it should be repeat again-2 > thanks > > On Mon, Mar 11, 2013 at 7:53 PM, Jaimin Patel > > wrote:

Re: Django payment gateway with subscription management

2013-03-11 Thread Jaimin Patel
: > > Hey Jaimin, > For recurring submissions managed by Stripe, have a look at > https://github.com/eldarion/django-stripe-payments > > Sincerely, > Pankaj Singh > http://about.me/psjinx > > > On Wed, Mar 6, 2013 at 2:27 AM, Jaimin Patel > > wrote: >

Re: Restful User Authentication for Ember/Backbone client with Tastypie

2013-03-11 Thread Jaimin Patel
Not sure about your first questions. For right way to authenticate is solely depends on your requirement. If you don't care about who is using the data > you can turn off the data, if you want only your application users to use it > you can use DjangoAuthentication if you want minimal security

Re: Integrity Error: column username is not unique

2013-03-28 Thread Jaimin Patel
If the user is marked as deleted and we want to do soft delete.What can we do to have the username available again for use. Can we just mask the deleted usernames with some random string so that the actual username can be used? On Sunday, June 24, 2012 10:36:02 AM UTC-4, Dhivya wrote: > > Hi, >

django auth user - difference between last login and now

2013-04-12 Thread Jaimin Patel
Hello, I would like to provide some instructions if user come after gap of 1 week or so. I was hoping that I can do that by - (datetime.now()-user.last_login) > timedelta(days=7) Though by the time it comes to my view last login is already updated by auth user model of django, so in my applica

Django - Tracking Usage by each registered user and anonymous user

2013-04-16 Thread Jaimin Patel
Hello, I would like to gather the information on how many minutes/hours spent by anonymous users and registered users on my app. On quick google I found few ways to do it - 1. Django-tracking : https://github.com/codekoala/django-tracking 2. Django-tracking2 : https://github.com/bruth/django-tr

Re: django auth user - difference between last login and now

2013-04-16 Thread Jaimin Patel
Any suggestion on this question? On Friday, April 12, 2013 10:35:54 AM UTC-4, Jaimin Patel wrote: > > Hello, > > I would like to provide some instructions if user come after gap of 1 week > or so. I was hoping that I can do that by - > > (datetime.now()-user.last_logi

App which relies on collecting data from different APIs

2013-09-18 Thread Jaimin Patel
Hi - Its may or may not be Django specific question. I am wondering if I want to develop something which consumes json/xml/csv data from different sources like news RSS feed, Sports data api for scores or restaurant menu price. is there any good architecture workflow one can recommend to do it

Re: Registration in django

2013-10-16 Thread Jaimin Patel
you will need to update the registration/forms.py in order to add any additional field. When you adding organization name or any other field you must be creating some kind of profile for the user, so you should be able to store and retrieve the information to display on dashboard or anywhere el

Re: DJANGO and SOAP

2013-10-16 Thread Jaimin Patel
This might help - http://stackoverflow.com/questions/5167122/django-as-soap-web-service-server On Wednesday, October 16, 2013 5:59:21 AM UTC-4, Domagoj Kovač wrote: > > Hi everyone, > > I have a problem. For the past few days i have been looking for some good > SOAP client library and i did not

Re: DJANGO and SOAP

2013-10-16 Thread Jaimin Patel
Does any of two library mentioned in this SO answers helps - http://stackoverflow.com/questions/5167122/django-as-soap-web-service-server? On Wednesday, October 16, 2013 5:59:21 AM UTC-4, Domagoj Kovač wrote: > > Hi everyone, > > I have a problem. For the past few days i have been looking for som

Re: Django manage.py returns ValueError: zero length field name in format

2014-01-06 Thread Jaimin Patel
fine. (I had come across this issue in past and python version upgrade fixed for me.) On Monday, January 6, 2014 10:13:47 AM UTC-5, Jaimin Patel wrote: > > Its highly recommended that you use Python 2.7. It should resolve the > issue. > > Thanks. > > On Sunday, January 5,

Re: Django manage.py returns ValueError: zero length field name in format

2014-01-06 Thread Jaimin Patel
Its highly recommended that you use Python 2.7. It should resolve the issue. Thanks. On Sunday, January 5, 2014 8:50:06 PM UTC-5, Carlos Quiros wrote: > > Hi, > > I am trying to run a Django application in Python 2.6.6 Django==1.5.5 . > But when I try to run > > *python manage.py* > > I get: > >