about models.py

2010-03-20 Thread grp25
There are 2 applicatons in our django project say app1 and app2.. Now we want to update our database by using models of app2. But after performing manage.py syncdb there is no change in the database. So what should we do? Please help -- You received this message because you are subscribed to

abt facebook application

2010-02-05 Thread grp25
Does anyone know how to use minifb for connecting with facebook. We have written following code in views.py: def ModPythonHandler(request): * arguments = minifb.validate(_FbSecret, request.read()) if arguments["added"] != "1": return ServeIndexNonmember() else:

Cannot convert float to Decimal. First convert the float to a string Error

2010-01-21 Thread grp25
got error: Cannot convert float to Decimal. First convert the float to a string our code is: usr.ratings=usr.ratings-0.5 usr.save() 'usr.ratings' is a float field. Help resolve it... -- You received this message because you are subscribed to the Google Groups "Django users" group. To post