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
>
> >
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
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
&
'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
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
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
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
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',
...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
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
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:
:
>
> 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:
>
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
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,
>
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
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
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
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
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
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
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
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,
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:
>
>
23 matches
Mail list logo